Html Css Color HEX #B33AC5 Medium Orchid

📋 copy color: '#B33AC5'

red 179 ◦ green 58 ◦ blue 197

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

Shades of Medium Orchid #B33AC5

Tints of Medium Orchid #B33AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.39%

R = 41.24%
G = 13.36%
B = 45.39%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B33AC5 (or 0xB33AC5) is known color: Medium Orchid. HEX triplet: B3, 3A and C5. RGB value is (179,58,197). Sum of RGB (Red+Green+Blue) = 179+58+197=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #B33AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AC5 is #4CC53A. Grayscale: #6D6D6D. Windows color (decimal): -5031227 or 12925619. OLE color: 12925619.

HSL color Cylindrical-coordinate representation of color #B33AC5: hue angle of 292.23º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33AC5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 58 197 -
CMYK 0.09 0.71 0 0.23
HSL 292.23º 0.55% 0.5% -
HSV(B) 292.23º 0.71% 0.77% -
XYZ 30.18 16.64 54.44 -
YUV 110.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 179 58 197 0.09 0.71 0 0.23 292.23 0.55 0.5
Hex B3 3A C5 9 47 0 17 124 37 32
Octal 263 72 305 11 107 0 27 444 67 62
Binary 10110011 111010 11000101 1001 1000111 0 10111 100100100 110111 110010

Color Harmonies of #B33AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AC5

Black with #B33AC5

Text Example


Text Example

White with #B33AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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