Html Css Color HEX #BB33EE Medium Orchid

📋 copy color: '#BB33EE'

red 187 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #BB33EE

Tints of Medium Orchid #BB33EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 39.29%
G = 10.71%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB33EE (or 0xBB33EE) is known color: Medium Orchid. HEX triplet: BB, 33 and EE. RGB value is (187,51,238). Sum of RGB (Red+Green+Blue) = 187+51+238=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33EE is #44CC11. Grayscale: #707070. Windows color (decimal): -4508690 or 15610811. OLE color: 15610811.

HSL color Cylindrical-coordinate representation of color #BB33EE: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB33EE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 51 238 -
CMYK 0.21 0.79 0 0.07
HSL 283.64º 0.85% 0.57% -
HSV(B) 283.64º 0.79% 0.93% -
XYZ 37.11 19.11 82.62 -
YUV 112.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 187 51 238 0.21 0.79 0 0.07 283.64 0.85 0.57
Hex BB 33 EE 15 4F 0 7 11C 55 39
Octal 273 63 356 25 117 0 7 434 125 71
Binary 10111011 110011 11101110 10101 1001111 0 111 100011100 1010101 111001

Color Harmonies of #BB33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33EE

Black with #BB33EE

Text Example


Text Example

White with #BB33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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