Html Css Color HEX #BB6ECB Medium Orchid

📋 copy color: '#BB6ECB'

red 187 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #BB6ECB

Tints of Medium Orchid #BB6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 37.4%
G = 22%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6ECB (or 0xBB6ECB) is known color: Medium Orchid. HEX triplet: BB, 6E and CB. RGB value is (187,110,203). Sum of RGB (Red+Green+Blue) = 187+110+203=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECB is #449134. Grayscale: #8F8F8F. Windows color (decimal): -4493621 or 13332155. OLE color: 13332155.

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

Color convert

RGB 187 110 203 -
CMYK 0.08 0.46 0 0.20
HSL 289.68º 0.47% 0.61% -
HSV(B) 289.68º 0.46% 0.8% -
XYZ 36.85 26.03 59.58 -
YUV 143.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 187 110 203 0.08 0.46 0 0.20 289.68 0.47 0.61
Hex BB 6E CB 8 2E 0 14 122 2F 3D
Octal 273 156 313 10 56 0 24 442 57 75
Binary 10111011 1101110 11001011 1000 101110 0 10100 100100010 101111 111101

Color Harmonies of #BB6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ECB

Black with #BB6ECB

Text Example


Text Example

White with #BB6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ECB; }

 p { color: rgb(187,110,203); }

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

background-color css

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

 a { background-color: rgb(187,110,203); }

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

border-color css

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

 span { border-color: rgb(187,110,203); }

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