Html Css Color HEX #B33AD9 Medium Orchid

📋 copy color: '#B33AD9'

red 179 ◦ green 58 ◦ blue 217

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

Shades of Medium Orchid #B33AD9

Tints of Medium Orchid #B33AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.8%

R = 39.43%
G = 12.78%
B = 47.8%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B33AD9 (or 0xB33AD9) is known color: Medium Orchid. HEX triplet: B3, 3A and D9. RGB value is (179,58,217). Sum of RGB (Red+Green+Blue) = 179+58+217=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #B33AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AD9 is #4CC526. Grayscale: #6F6F6F. Windows color (decimal): -5031207 or 14236339. OLE color: 14236339.

HSL color Cylindrical-coordinate representation of color #B33AD9: hue angle of 285.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33AD9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 58 217 -
CMYK 0.18 0.73 0 0.15
HSL 285.66º 0.68% 0.54% -
HSV(B) 285.66º 0.73% 0.85% -
XYZ 32.63 17.62 67.33 -
YUV 112.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 179 58 217 0.18 0.73 0 0.15 285.66 0.68 0.54
Hex B3 3A D9 12 49 0 F 11E 44 36
Octal 263 72 331 22 111 0 17 436 104 66
Binary 10110011 111010 11011001 10010 1001001 0 1111 100011110 1000100 110110

Color Harmonies of #B33AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AD9

Black with #B33AD9

Text Example


Text Example

White with #B33AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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