Html Css Color HEX #BB4DCD Medium Orchid

📋 copy color: '#BB4DCD'

red 187 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #BB4DCD

Tints of Medium Orchid #BB4DCD

RGB

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

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

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

R = 39.87%
G = 16.42%
B = 43.71%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4DCD (or 0xBB4DCD) is known color: Medium Orchid. HEX triplet: BB, 4D and CD. RGB value is (187,77,205). Sum of RGB (Red+Green+Blue) = 187+77+205=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DCD is #44B232. Grayscale: #7C7C7C. Windows color (decimal): -4502067 or 13454779. OLE color: 13454779.

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

Color convert

RGB 187 77 205 -
CMYK 0.09 0.62 0 0.20
HSL 291.56º 0.56% 0.55% -
HSV(B) 291.56º 0.62% 0.8% -
XYZ 34.17 20.28 59.87 -
YUV 124.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 187 77 205 0.09 0.62 0 0.20 291.56 0.56 0.55
Hex BB 4D CD 9 3E 0 14 124 38 37
Octal 273 115 315 11 76 0 24 444 70 67
Binary 10111011 1001101 11001101 1001 111110 0 10100 100100100 111000 110111

Color Harmonies of #BB4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DCD

Black with #BB4DCD

Text Example


Text Example

White with #BB4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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