Html Css Color HEX #BB33DD Medium Orchid

📋 copy color: '#BB33DD'

red 187 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #BB33DD

Tints of Medium Orchid #BB33DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.11%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 40.74%
G = 11.11%
B = 48.15%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB33DD (or 0xBB33DD) is known color: Medium Orchid. HEX triplet: BB, 33 and DD. RGB value is (187,51,221). Sum of RGB (Red+Green+Blue) = 187+51+221=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DD is #44CC22. Grayscale: #6E6E6E. Windows color (decimal): -4508707 or 14496699. OLE color: 14496699.

HSL color Cylindrical-coordinate representation of color #BB33DD: hue angle of 288º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB33DD is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 51 221 -
CMYK 0.15 0.77 0 0.13
HSL 288º 0.71% 0.53% -
HSV(B) 288º 0.77% 0.87% -
XYZ 34.73 18.15 70.08 -
YUV 111.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 187 51 221 0.15 0.77 0 0.13 288 0.71 0.53
Hex BB 33 DD F 4D 0 D 120 47 35
Octal 273 63 335 17 115 0 15 440 107 65
Binary 10111011 110011 11011101 1111 1001101 0 1101 100100000 1000111 110101

Color Harmonies of #BB33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33DD

Black with #BB33DD

Text Example


Text Example

White with #BB33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33DD; }

 p { color: rgb(187,51,221); }

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

background-color css

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

 a { background-color: rgb(187,51,221); }

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

border-color css

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

 span { border-color: rgb(187,51,221); }

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