Html Css Color HEX #BF74CE Medium Orchid

📋 copy color: '#BF74CE'

red 191 ◦ green 116 ◦ blue 206

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

Shades of Medium Orchid #BF74CE

Tints of Medium Orchid #BF74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 37.23%
G = 22.61%
B = 40.16%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF74CE (or 0xBF74CE) is known color: Medium Orchid. HEX triplet: BF, 74 and CE. RGB value is (191,116,206). Sum of RGB (Red+Green+Blue) = 191+116+206=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CE is #408B31. Grayscale: #949494. Windows color (decimal): -4229938 or 13530303. OLE color: 13530303.

HSL color Cylindrical-coordinate representation of color #BF74CE: hue angle of 290º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF74CE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 116 206 -
CMYK 0.07 0.44 0 0.19
HSL 290º 0.48% 0.63% -
HSV(B) 290º 0.44% 0.81% -
XYZ 38.87 28.02 61.75 -
YUV 148.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 191 116 206 0.07 0.44 0 0.19 290 0.48 0.63
Hex BF 74 CE 7 2C 0 13 122 30 3F
Octal 277 164 316 7 54 0 23 442 60 77
Binary 10111111 1110100 11001110 111 101100 0 10011 100100010 110000 111111

Color Harmonies of #BF74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74CE

Black with #BF74CE

Text Example


Text Example

White with #BF74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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