Html Css Color HEX #BB6BCD Medium Orchid

📋 copy color: '#BB6BCD'

red 187 ◦ green 107 ◦ blue 205

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

Shades of Medium Orchid #BB6BCD

Tints of Medium Orchid #BB6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

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

R = 37.47%
G = 21.44%
B = 41.08%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6BCD (or 0xBB6BCD) is known color: Medium Orchid. HEX triplet: BB, 6B and CD. RGB value is (187,107,205). Sum of RGB (Red+Green+Blue) = 187+107+205=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BCD is #449432. Grayscale: #8D8D8D. Windows color (decimal): -4494387 or 13462459. OLE color: 13462459.

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

Color convert

RGB 187 107 205 -
CMYK 0.09 0.48 0 0.20
HSL 288.98º 0.49% 0.61% -
HSV(B) 288.98º 0.48% 0.8% -
XYZ 36.77 25.49 60.74 -
YUV 142.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 187 107 205 0.09 0.48 0 0.20 288.98 0.49 0.61
Hex BB 6B CD 9 30 0 14 121 31 3D
Octal 273 153 315 11 60 0 24 441 61 75
Binary 10111011 1101011 11001101 1001 110000 0 10100 100100001 110001 111101

Color Harmonies of #BB6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BCD

Black with #BB6BCD

Text Example


Text Example

White with #BB6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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