Html Css Color HEX #B33EFB Medium Orchid

📋 copy color: '#B33EFB'

red 179 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #B33EFB

Tints of Medium Orchid #B33EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 36.38%
G = 12.6%
B = 51.02%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B33EFB (or 0xB33EFB) is known color: Medium Orchid. HEX triplet: B3, 3E and FB. RGB value is (179,62,251). Sum of RGB (Red+Green+Blue) = 179+62+251=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EFB is #4CC104. Grayscale: #757575. Windows color (decimal): -5030149 or 16465587. OLE color: 16465587.

HSL color Cylindrical-coordinate representation of color #B33EFB: hue angle of 277.14º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33EFB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 62 251 -
CMYK 0.29 0.75 0 0.02
HSL 277.14º 0.96% 0.61% -
HSV(B) 277.14º 0.75% 0.98% -
XYZ 37.73 19.99 93.14 -
YUV 118.53 202.76 171.13 -
System Red Green Blue C M Y K H S L
Decimal 179 62 251 0.29 0.75 0 0.02 277.14 0.96 0.61
Hex B3 3E FB 1D 4B 0 2 115 60 3D
Octal 263 76 373 35 113 0 2 425 140 75
Binary 10110011 111110 11111011 11101 1001011 0 10 100010101 1100000 111101

Color Harmonies of #B33EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EFB

Black with #B33EFB

Text Example


Text Example

White with #B33EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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