Html Css Color HEX #BB72DF Medium Orchid

📋 copy color: '#BB72DF'

red 187 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BB72DF

Tints of Medium Orchid #BB72DF

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

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

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

R = 35.69%
G = 21.76%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB72DF (or 0xBB72DF) is known color: Medium Orchid. HEX triplet: BB, 72 and DF. RGB value is (187,114,223). Sum of RGB (Red+Green+Blue) = 187+114+223=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DF is #448D20. Grayscale: #939393. Windows color (decimal): -4492577 or 14643899. OLE color: 14643899.

HSL color Cylindrical-coordinate representation of color #BB72DF: hue angle of 280.18º 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 #BB72DF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 114 223 -
CMYK 0.16 0.49 0 0.13
HSL 280.18º 0.63% 0.66% -
HSV(B) 280.18º 0.49% 0.87% -
XYZ 39.83 27.93 73.1 -
YUV 148.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 187 114 223 0.16 0.49 0 0.13 280.18 0.63 0.66
Hex BB 72 DF 10 31 0 D 118 3F 42
Octal 273 162 337 20 61 0 15 430 77 102
Binary 10111011 1110010 11011111 10000 110001 0 1101 100011000 111111 1000010

Color Harmonies of #BB72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72DF

Black with #BB72DF

Text Example


Text Example

White with #BB72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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