Html Css Color HEX #BB4ECB Medium Orchid

📋 copy color: '#BB4ECB'

red 187 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #BB4ECB

Tints of Medium Orchid #BB4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

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

R = 39.96%
G = 16.67%
B = 43.38%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4ECB (or 0xBB4ECB) is known color: Medium Orchid. HEX triplet: BB, 4E and CB. RGB value is (187,78,203). Sum of RGB (Red+Green+Blue) = 187+78+203=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ECB is #44B134. Grayscale: #7C7C7C. Windows color (decimal): -4501813 or 13323963. OLE color: 13323963.

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

Color convert

RGB 187 78 203 -
CMYK 0.08 0.62 0 0.20
HSL 292.32º 0.55% 0.55% -
HSV(B) 292.32º 0.62% 0.8% -
XYZ 34 20.33 58.63 -
YUV 124.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 187 78 203 0.08 0.62 0 0.20 292.32 0.55 0.55
Hex BB 4E CB 8 3E 0 14 124 37 37
Octal 273 116 313 10 76 0 24 444 67 67
Binary 10111011 1001110 11001011 1000 111110 0 10100 100100100 110111 110111

Color Harmonies of #BB4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ECB

Black with #BB4ECB

Text Example


Text Example

White with #BB4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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