Html Css Color HEX #BB4DCB Medium Orchid

📋 copy color: '#BB4DCB'

red 187 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #BB4DCB

Tints of Medium Orchid #BB4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.49%

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

R = 40.04%
G = 16.49%
B = 43.47%

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

#BB4DCB (or 0xBB4DCB) is known color: Medium Orchid. HEX triplet: BB, 4D and CB. RGB value is (187,77,203). Sum of RGB (Red+Green+Blue) = 187+77+203=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DCB is #44B234. Grayscale: #7B7B7B. Windows color (decimal): -4502069 or 13323707. OLE color: 13323707.

HSL color Cylindrical-coordinate representation of color #BB4DCB: hue angle of 292.38º 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 #BB4DCB is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 77 203 -
CMYK 0.08 0.62 0 0.20
HSL 292.38º 0.55% 0.55% -
HSV(B) 292.38º 0.62% 0.8% -
XYZ 33.93 20.18 58.61 -
YUV 124.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 187 77 203 0.08 0.62 0 0.20 292.38 0.55 0.55
Hex BB 4D CB 8 3E 0 14 124 37 37
Octal 273 115 313 10 76 0 24 444 67 67
Binary 10111011 1001101 11001011 1000 111110 0 10100 100100100 110111 110111

Color Harmonies of #BB4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DCB

Black with #BB4DCB

Text Example


Text Example

White with #BB4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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