Html Css Color HEX #BF72CE Medium Orchid

📋 copy color: '#BF72CE'

red 191 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #BF72CE

Tints of Medium Orchid #BF72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

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

R = 37.38%
G = 22.31%
B = 40.31%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF72CE (or 0xBF72CE) is known color: Medium Orchid. HEX triplet: BF, 72 and CE. RGB value is (191,114,206). Sum of RGB (Red+Green+Blue) = 191+114+206=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CE is #408D31. Grayscale: #939393. Windows color (decimal): -4230450 or 13529791. OLE color: 13529791.

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

Color convert

RGB 191 114 206 -
CMYK 0.07 0.45 0 0.19
HSL 290.22º 0.48% 0.63% -
HSV(B) 290.22º 0.45% 0.81% -
XYZ 38.64 27.57 61.68 -
YUV 147.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 191 114 206 0.07 0.45 0 0.19 290.22 0.48 0.63
Hex BF 72 CE 7 2D 0 13 122 30 3F
Octal 277 162 316 7 55 0 23 442 60 77
Binary 10111111 1110010 11001110 111 101101 0 10011 100100010 110000 111111

Color Harmonies of #BF72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72CE

Black with #BF72CE

Text Example


Text Example

White with #BF72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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