Html Css Color HEX #B33AD5 Medium Orchid

📋 copy color: '#B33AD5'

red 179 ◦ green 58 ◦ blue 213

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

Shades of Medium Orchid #B33AD5

Tints of Medium Orchid #B33AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 39.78%
G = 12.89%
B = 47.33%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B33AD5 (or 0xB33AD5) is known color: Medium Orchid. HEX triplet: B3, 3A and D5. RGB value is (179,58,213). Sum of RGB (Red+Green+Blue) = 179+58+213=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #B33AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AD5 is #4CC52A. Grayscale: #6F6F6F. Windows color (decimal): -5031211 or 13974195. OLE color: 13974195.

HSL color Cylindrical-coordinate representation of color #B33AD5: hue angle of 286.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33AD5 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 58 213 -
CMYK 0.16 0.73 0 0.16
HSL 286.84º 0.65% 0.53% -
HSV(B) 286.84º 0.73% 0.84% -
XYZ 32.11 17.41 64.62 -
YUV 111.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 179 58 213 0.16 0.73 0 0.16 286.84 0.65 0.53
Hex B3 3A D5 10 49 0 10 11F 41 35
Octal 263 72 325 20 111 0 20 437 101 65
Binary 10110011 111010 11010101 10000 1001001 0 10000 100011111 1000001 110101

Color Harmonies of #B33AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AD5

Black with #B33AD5

Text Example


Text Example

White with #B33AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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