Html Css Color HEX #B33EDE Medium Orchid

📋 copy color: '#B33EDE'

red 179 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #B33EDE

Tints of Medium Orchid #B33EDE

RGB

 RED value IS 179 (70.31% from 255) = 38.66%

 GREEN value IS 62 (24.61% from 255) = 13.39%

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

R = 38.66%
G = 13.39%
B = 47.95%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B33EDE (or 0xB33EDE) is known color: Medium Orchid. HEX triplet: B3, 3E and DE. RGB value is (179,62,222). Sum of RGB (Red+Green+Blue) = 179+62+222=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #B33EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EDE is #4CC121. Grayscale: #727272. Windows color (decimal): -5030178 or 14565043. OLE color: 14565043.

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

Color convert

RGB 179 62 222 -
CMYK 0.19 0.72 0 0.13
HSL 283.88º 0.71% 0.56% -
HSV(B) 283.88º 0.72% 0.87% -
XYZ 33.5 18.3 70.87 -
YUV 115.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 179 62 222 0.19 0.72 0 0.13 283.88 0.71 0.56
Hex B3 3E DE 13 48 0 D 11C 47 38
Octal 263 76 336 23 110 0 15 434 107 70
Binary 10110011 111110 11011110 10011 1001000 0 1101 100011100 1000111 111000

Color Harmonies of #B33EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EDE

Black with #B33EDE

Text Example


Text Example

White with #B33EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EDE; }

 p { color: rgb(179,62,222); }

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

background-color css

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

 a { background-color: rgb(179,62,222); }

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

border-color css

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

 span { border-color: rgb(179,62,222); }

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