Html Css Color HEX #B33EC6 Medium Orchid

📋 copy color: '#B33EC6'

red 179 ◦ green 62 ◦ blue 198

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

Shades of Medium Orchid #B33EC6

Tints of Medium Orchid #B33EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 40.77%
G = 14.12%
B = 45.1%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B33EC6 (or 0xB33EC6) is known color: Medium Orchid. HEX triplet: B3, 3E and C6. RGB value is (179,62,198). Sum of RGB (Red+Green+Blue) = 179+62+198=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #B33EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EC6 is #4CC139. Grayscale: #707070. Windows color (decimal): -5030202 or 12992179. OLE color: 12992179.

HSL color Cylindrical-coordinate representation of color #B33EC6: hue angle of 291.62º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33EC6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 62 198 -
CMYK 0.10 0.69 0 0.22
HSL 291.62º 0.54% 0.51% -
HSV(B) 291.62º 0.69% 0.78% -
XYZ 30.51 17.11 55.12 -
YUV 112.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 179 62 198 0.10 0.69 0 0.22 291.62 0.54 0.51
Hex B3 3E C6 A 45 0 16 124 36 33
Octal 263 76 306 12 105 0 26 444 66 63
Binary 10110011 111110 11000110 1010 1000101 0 10110 100100100 110110 110011

Color Harmonies of #B33EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EC6

Black with #B33EC6

Text Example


Text Example

White with #B33EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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