Html Css Color HEX #B33ACE Medium Orchid

📋 copy color: '#B33ACE'

red 179 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #B33ACE

Tints of Medium Orchid #B33ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.09%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 40.41%
G = 13.09%
B = 46.5%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B33ACE (or 0xB33ACE) is known color: Medium Orchid. HEX triplet: B3, 3A and CE. RGB value is (179,58,206). Sum of RGB (Red+Green+Blue) = 179+58+206=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B33ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ACE is #4CC531. Grayscale: #6E6E6E. Windows color (decimal): -5031218 or 13515443. OLE color: 13515443.

HSL color Cylindrical-coordinate representation of color #B33ACE: hue angle of 289.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33ACE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 58 206 -
CMYK 0.13 0.72 0 0.19
HSL 289.05º 0.6% 0.52% -
HSV(B) 289.05º 0.72% 0.81% -
XYZ 31.24 17.07 60.04 -
YUV 111.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 179 58 206 0.13 0.72 0 0.19 289.05 0.6 0.52
Hex B3 3A CE D 48 0 13 121 3C 34
Octal 263 72 316 15 110 0 23 441 74 64
Binary 10110011 111010 11001110 1101 1001000 0 10011 100100001 111100 110100

Color Harmonies of #B33ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ACE

Black with #B33ACE

Text Example


Text Example

White with #B33ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ACE; }

 p { color: rgb(179,58,206); }

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

background-color css

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

 a { background-color: rgb(179,58,206); }

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

border-color css

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

 span { border-color: rgb(179,58,206); }

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