Html Css Color HEX #B33EF1 Medium Orchid

📋 copy color: '#B33EF1'

red 179 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #B33EF1

Tints of Medium Orchid #B33EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 37.14%
G = 12.86%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B33EF1 (or 0xB33EF1) is known color: Medium Orchid. HEX triplet: B3, 3E and F1. RGB value is (179,62,241). Sum of RGB (Red+Green+Blue) = 179+62+241=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #B33EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EF1 is #4CC10E. Grayscale: #747474. Windows color (decimal): -5030159 or 15810227. OLE color: 15810227.

HSL color Cylindrical-coordinate representation of color #B33EF1: hue angle of 279.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33EF1 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 62 241 -
CMYK 0.26 0.74 0 0.05
HSL 279.22º 0.86% 0.59% -
HSV(B) 279.22º 0.74% 0.95% -
XYZ 36.19 19.38 85.05 -
YUV 117.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 179 62 241 0.26 0.74 0 0.05 279.22 0.86 0.59
Hex B3 3E F1 1A 4A 0 5 117 56 3B
Octal 263 76 361 32 112 0 5 427 126 73
Binary 10110011 111110 11110001 11010 1001010 0 101 100010111 1010110 111011

Color Harmonies of #B33EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EF1

Black with #B33EF1

Text Example


Text Example

White with #B33EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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