Html Css Color HEX #B33ED8 Medium Orchid

📋 copy color: '#B33ED8'

red 179 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #B33ED8

Tints of Medium Orchid #B33ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 39.17%
G = 13.57%
B = 47.26%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B33ED8 (or 0xB33ED8) is known color: Medium Orchid. HEX triplet: B3, 3E and D8. RGB value is (179,62,216). Sum of RGB (Red+Green+Blue) = 179+62+216=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #B33ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ED8 is #4CC127. Grayscale: #727272. Windows color (decimal): -5030184 or 14171827. OLE color: 14171827.

HSL color Cylindrical-coordinate representation of color #B33ED8: hue angle of 285.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33ED8 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 62 216 -
CMYK 0.17 0.71 0 0.15
HSL 285.58º 0.66% 0.55% -
HSV(B) 285.58º 0.71% 0.85% -
XYZ 32.71 17.99 66.71 -
YUV 114.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 179 62 216 0.17 0.71 0 0.15 285.58 0.66 0.55
Hex B3 3E D8 11 47 0 F 11E 42 37
Octal 263 76 330 21 107 0 17 436 102 67
Binary 10110011 111110 11011000 10001 1000111 0 1111 100011110 1000010 110111

Color Harmonies of #B33ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ED8

Black with #B33ED8

Text Example


Text Example

White with #B33ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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