Html Css Color HEX #BB6FCD Medium Orchid

📋 copy color: '#BB6FCD'

red 187 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #BB6FCD

Tints of Medium Orchid #BB6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 37.18%
G = 22.07%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6FCD (or 0xBB6FCD) is known color: Medium Orchid. HEX triplet: BB, 6F and CD. RGB value is (187,111,205). Sum of RGB (Red+Green+Blue) = 187+111+205=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FCD is #449032. Grayscale: #909090. Windows color (decimal): -4493363 or 13463483. OLE color: 13463483.

HSL color Cylindrical-coordinate representation of color #BB6FCD: hue angle of 288.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6FCD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 111 205 -
CMYK 0.09 0.46 0 0.20
HSL 288.51º 0.48% 0.62% -
HSV(B) 288.51º 0.46% 0.8% -
XYZ 37.2 26.34 60.88 -
YUV 144.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 187 111 205 0.09 0.46 0 0.20 288.51 0.48 0.62
Hex BB 6F CD 9 2E 0 14 121 30 3E
Octal 273 157 315 11 56 0 24 441 60 76
Binary 10111011 1101111 11001101 1001 101110 0 10100 100100001 110000 111110

Color Harmonies of #BB6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FCD

Black with #BB6FCD

Text Example


Text Example

White with #BB6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FCD; }

 p { color: rgb(187,111,205); }

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

background-color css

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

 a { background-color: rgb(187,111,205); }

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

border-color css

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

 span { border-color: rgb(187,111,205); }

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