Html Css Color HEX #BB33DE Medium Orchid

📋 copy color: '#BB33DE'

red 187 ◦ green 51 ◦ blue 222

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

Shades of Medium Orchid #BB33DE

Tints of Medium Orchid #BB33DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 40.65%
G = 11.09%
B = 48.26%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB33DE (or 0xBB33DE) is known color: Medium Orchid. HEX triplet: BB, 33 and DE. RGB value is (187,51,222). Sum of RGB (Red+Green+Blue) = 187+51+222=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DE is #44CC21. Grayscale: #6E6E6E. Windows color (decimal): -4508706 or 14562235. OLE color: 14562235.

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

Color convert

RGB 187 51 222 -
CMYK 0.16 0.77 0 0.13
HSL 287.72º 0.72% 0.54% -
HSV(B) 287.72º 0.77% 0.87% -
XYZ 34.86 18.21 70.78 -
YUV 111.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 187 51 222 0.16 0.77 0 0.13 287.72 0.72 0.54
Hex BB 33 DE 10 4D 0 D 120 48 36
Octal 273 63 336 20 115 0 15 440 110 66
Binary 10111011 110011 11011110 10000 1001101 0 1101 100100000 1001000 110110

Color Harmonies of #BB33DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33DE

Black with #BB33DE

Text Example


Text Example

White with #BB33DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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