Html Css Color HEX #BF72DF Medium Orchid

📋 copy color: '#BF72DF'

red 191 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BF72DF

Tints of Medium Orchid #BF72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 36.17%
G = 21.59%
B = 42.23%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF72DF (or 0xBF72DF) is known color: Medium Orchid. HEX triplet: BF, 72 and DF. RGB value is (191,114,223). Sum of RGB (Red+Green+Blue) = 191+114+223=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72DF is #408D20. Grayscale: #959595. Windows color (decimal): -4230433 or 14643903. OLE color: 14643903.

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

Color convert

RGB 191 114 223 -
CMYK 0.14 0.49 0 0.13
HSL 282.39º 0.63% 0.66% -
HSV(B) 282.39º 0.49% 0.87% -
XYZ 40.82 28.44 73.15 -
YUV 149.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 191 114 223 0.14 0.49 0 0.13 282.39 0.63 0.66
Hex BF 72 DF E 31 0 D 11A 3F 42
Octal 277 162 337 16 61 0 15 432 77 102
Binary 10111111 1110010 11011111 1110 110001 0 1101 100011010 111111 1000010

Color Harmonies of #BF72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72DF

Black with #BF72DF

Text Example


Text Example

White with #BF72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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