Html Css Color HEX #BF74DD Medium Orchid

📋 copy color: '#BF74DD'

red 191 ◦ green 116 ◦ blue 221

#BF74DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF74DD

Tints of Medium Orchid #BF74DD

RGB

 RED value IS 191 (75% from 255) = 36.17%

 GREEN value IS 116 (45.7% from 255) = 21.97%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 36.17%
G = 21.97%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF74DD (or 0xBF74DD) is known color: Medium Orchid. HEX triplet: BF, 74 and DD. RGB value is (191,116,221). Sum of RGB (Red+Green+Blue) = 191+116+221=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74DD is #408B22. Grayscale: #969696. Windows color (decimal): -4229923 or 14513343. OLE color: 14513343.

HSL color Cylindrical-coordinate representation of color #BF74DD: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF74DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 116 221 -
CMYK 0.14 0.48 0 0.13
HSL 282.86º 0.61% 0.66% -
HSV(B) 282.86º 0.48% 0.87% -
XYZ 40.78 28.79 71.81 -
YUV 150.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 191 116 221 0.14 0.48 0 0.13 282.86 0.61 0.66
Hex BF 74 DD E 30 0 D 11B 3D 42
Octal 277 164 335 16 60 0 15 433 75 102
Binary 10111111 1110100 11011101 1110 110000 0 1101 100011011 111101 1000010

Color Harmonies of #BF74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74DD

Black with #BF74DD

Text Example


Text Example

White with #BF74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74DD; }

 p { color: rgb(191,116,221); }

 H1.HeaderClassName
 {
   color: #BF74DD;
 }
 .AnyTagClassName
 {
   color: #BF74DD;
 }
</style>

background-color css

<style>
 a { background-color: #BF74DD; }

 a { background-color: rgb(191,116,221); }

 div.DivClassName
 {
   background-color: #BF74DD;
 }
 .BgClassName
 {
   background-color: #BF74DD;
 }
</style>

border-color css

<style>
 span { border-color: #BF74DD; }

 span { border-color: rgb(191,116,221); }

 td.TdClassName
 {
   border-color: #BF74DD;
 }
 .TagClassName
 {
   border-color: #BF74DD;
 }
</style>