Html Css Color HEX #BB70DF Medium Orchid

📋 copy color: '#BB70DF'

red 187 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #BB70DF

Tints of Medium Orchid #BB70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.46%

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

R = 35.82%
G = 21.46%
B = 42.72%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB70DF (or 0xBB70DF) is known color: Medium Orchid. HEX triplet: BB, 70 and DF. RGB value is (187,112,223). Sum of RGB (Red+Green+Blue) = 187+112+223=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70DF is #448F20. Grayscale: #929292. Windows color (decimal): -4493089 or 14643387. OLE color: 14643387.

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

Color convert

RGB 187 112 223 -
CMYK 0.16 0.50 0 0.13
HSL 280.54º 0.63% 0.66% -
HSV(B) 280.54º 0.5% 0.87% -
XYZ 39.61 27.48 73.03 -
YUV 147.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 187 112 223 0.16 0.50 0 0.13 280.54 0.63 0.66
Hex BB 70 DF 10 32 0 D 119 3F 42
Octal 273 160 337 20 62 0 15 431 77 102
Binary 10111011 1110000 11011111 10000 110010 0 1101 100011001 111111 1000010

Color Harmonies of #BB70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70DF

Black with #BB70DF

Text Example


Text Example

White with #BB70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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