Html Css Color HEX #B33BEB Medium Orchid

📋 copy color: '#B33BEB'

red 179 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #B33BEB

Tints of Medium Orchid #B33BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.47%

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

R = 37.84%
G = 12.47%
B = 49.68%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B33BEB (or 0xB33BEB) is known color: Medium Orchid. HEX triplet: B3, 3B and EB. RGB value is (179,59,235). Sum of RGB (Red+Green+Blue) = 179+59+235=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #B33BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BEB is #4CC414. Grayscale: #727272. Windows color (decimal): -5030933 or 15416243. OLE color: 15416243.

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

Color convert

RGB 179 59 235 -
CMYK 0.24 0.75 0 0.08
HSL 280.91º 0.81% 0.58% -
HSV(B) 280.91º 0.75% 0.92% -
XYZ 35.15 18.71 80.36 -
YUV 114.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 179 59 235 0.24 0.75 0 0.08 280.91 0.81 0.58
Hex B3 3B EB 18 4B 0 8 119 51 3A
Octal 263 73 353 30 113 0 10 431 121 72
Binary 10110011 111011 11101011 11000 1001011 0 1000 100011001 1010001 111010

Color Harmonies of #B33BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BEB

Black with #B33BEB

Text Example


Text Example

White with #B33BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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