Html Css Color HEX #B33EEB Medium Orchid

📋 copy color: '#B33EEB'

red 179 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #B33EEB

Tints of Medium Orchid #B33EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 37.61%
G = 13.03%
B = 49.37%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B33EEB (or 0xB33EEB) is known color: Medium Orchid. HEX triplet: B3, 3E and EB. RGB value is (179,62,235). Sum of RGB (Red+Green+Blue) = 179+62+235=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #B33EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EEB is #4CC114. Grayscale: #747474. Windows color (decimal): -5030165 or 15417011. OLE color: 15417011.

HSL color Cylindrical-coordinate representation of color #B33EEB: hue angle of 280.58º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33EEB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 62 235 -
CMYK 0.24 0.74 0 0.08
HSL 280.58º 0.81% 0.58% -
HSV(B) 280.58º 0.74% 0.92% -
XYZ 35.31 19.03 80.41 -
YUV 116.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 179 62 235 0.24 0.74 0 0.08 280.58 0.81 0.58
Hex B3 3E EB 18 4A 0 8 119 51 3A
Octal 263 76 353 30 112 0 10 431 121 72
Binary 10110011 111110 11101011 11000 1001010 0 1000 100011001 1010001 111010

Color Harmonies of #B33EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EEB

Black with #B33EEB

Text Example


Text Example

White with #B33EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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