Html Css Color HEX #BB6CCD Medium Orchid

📋 copy color: '#BB6CCD'

red 187 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #BB6CCD

Tints of Medium Orchid #BB6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

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

R = 37.4%
G = 21.6%
B = 41%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6CCD (or 0xBB6CCD) is known color: Medium Orchid. HEX triplet: BB, 6C and CD. RGB value is (187,108,205). Sum of RGB (Red+Green+Blue) = 187+108+205=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCD is #449332. Grayscale: #8E8E8E. Windows color (decimal): -4494131 or 13462715. OLE color: 13462715.

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

Color convert

RGB 187 108 205 -
CMYK 0.09 0.47 0 0.20
HSL 288.87º 0.49% 0.61% -
HSV(B) 288.87º 0.47% 0.8% -
XYZ 36.88 25.7 60.77 -
YUV 142.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 187 108 205 0.09 0.47 0 0.20 288.87 0.49 0.61
Hex BB 6C CD 9 2F 0 14 121 31 3D
Octal 273 154 315 11 57 0 24 441 61 75
Binary 10111011 1101100 11001101 1001 101111 0 10100 100100001 110001 111101

Color Harmonies of #BB6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CCD

Black with #BB6CCD

Text Example


Text Example

White with #BB6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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