Html Css Color HEX #BB6CDE Medium Orchid

📋 copy color: '#BB6CDE'

red 187 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #BB6CDE

Tints of Medium Orchid #BB6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 36.17%
G = 20.89%
B = 42.94%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6CDE (or 0xBB6CDE) is known color: Medium Orchid. HEX triplet: BB, 6C and DE. RGB value is (187,108,222). Sum of RGB (Red+Green+Blue) = 187+108+222=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDE is #449321. Grayscale: #909090. Windows color (decimal): -4494114 or 14576827. OLE color: 14576827.

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

Color convert

RGB 187 108 222 -
CMYK 0.16 0.51 0 0.13
HSL 281.58º 0.63% 0.65% -
HSV(B) 281.58º 0.51% 0.87% -
XYZ 39.04 26.56 72.18 -
YUV 144.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 187 108 222 0.16 0.51 0 0.13 281.58 0.63 0.65
Hex BB 6C DE 10 33 0 D 11A 3F 41
Octal 273 154 336 20 63 0 15 432 77 101
Binary 10111011 1101100 11011110 10000 110011 0 1101 100011010 111111 1000001

Color Harmonies of #BB6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CDE

Black with #BB6CDE

Text Example


Text Example

White with #BB6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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