Html Css Color HEX #B33FEF Medium Orchid

📋 copy color: '#B33FEF'

red 179 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #B33FEF

Tints of Medium Orchid #B33FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 37.21%
G = 13.1%
B = 49.69%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B33FEF (or 0xB33FEF) is known color: Medium Orchid. HEX triplet: B3, 3F and EF. RGB value is (179,63,239). Sum of RGB (Red+Green+Blue) = 179+63+239=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B33FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FEF is #4CC010. Grayscale: #757575. Windows color (decimal): -5029905 or 15679411. OLE color: 15679411.

HSL color Cylindrical-coordinate representation of color #B33FEF: hue angle of 279.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33FEF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 63 239 -
CMYK 0.25 0.74 0 0.06
HSL 279.55º 0.85% 0.59% -
HSV(B) 279.55º 0.74% 0.94% -
XYZ 35.95 19.37 83.51 -
YUV 117.75 196.43 171.69 -
System Red Green Blue C M Y K H S L
Decimal 179 63 239 0.25 0.74 0 0.06 279.55 0.85 0.59
Hex B3 3F EF 19 4A 0 6 118 55 3B
Octal 263 77 357 31 112 0 6 430 125 73
Binary 10110011 111111 11101111 11001 1001010 0 110 100011000 1010101 111011

Color Harmonies of #B33FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FEF

Black with #B33FEF

Text Example


Text Example

White with #B33FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FEF; }

 p { color: rgb(179,63,239); }

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

background-color css

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

 a { background-color: rgb(179,63,239); }

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

border-color css

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

 span { border-color: rgb(179,63,239); }

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