Html Css Color HEX #BB70CC Medium Orchid

📋 copy color: '#BB70CC'

red 187 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #BB70CC

Tints of Medium Orchid #BB70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 37.18%
G = 22.27%
B = 40.56%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB70CC (or 0xBB70CC) is known color: Medium Orchid. HEX triplet: BB, 70 and CC. RGB value is (187,112,204). Sum of RGB (Red+Green+Blue) = 187+112+204=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70CC is #448F33. Grayscale: #909090. Windows color (decimal): -4493108 or 13398203. OLE color: 13398203.

HSL color Cylindrical-coordinate representation of color #BB70CC: hue angle of 288.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB70CC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 112 204 -
CMYK 0.08 0.45 0 0.2
HSL 288.91º 0.47% 0.62% -
HSV(B) 288.91º 0.45% 0.8% -
XYZ 37.19 26.51 60.28 -
YUV 144.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 187 112 204 0.08 0.45 0 0.2 288.91 0.47 0.62
Hex BB 70 CC 8 2D 0 14 121 2F 3E
Octal 273 160 314 10 55 0 24 441 57 76
Binary 10111011 1110000 11001100 1000 101101 0 10100 100100001 101111 111110

Color Harmonies of #BB70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70CC

Black with #BB70CC

Text Example


Text Example

White with #BB70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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