Html Css Color HEX #B33BD2 Medium Orchid

📋 copy color: '#B33BD2'

red 179 ◦ green 59 ◦ blue 210

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

Shades of Medium Orchid #B33BD2

Tints of Medium Orchid #B33BD2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

 BLUE value IS 210 (82.42% from 255) = 46.88%

R = 39.96%
G = 13.17%
B = 46.88%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B33BD2 (or 0xB33BD2) is known color: Medium Orchid. HEX triplet: B3, 3B and D2. RGB value is (179,59,210). Sum of RGB (Red+Green+Blue) = 179+59+210=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #B33BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BD2 is #4CC42D. Grayscale: #6F6F6F. Windows color (decimal): -5030958 or 13777843. OLE color: 13777843.

HSL color Cylindrical-coordinate representation of color #B33BD2: hue angle of 287.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33BD2 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 59 210 -
CMYK 0.15 0.72 0 0.18
HSL 287.68º 0.63% 0.53% -
HSV(B) 287.68º 0.72% 0.82% -
XYZ 31.79 17.36 62.65 -
YUV 112.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 179 59 210 0.15 0.72 0 0.18 287.68 0.63 0.53
Hex B3 3B D2 F 48 0 12 120 3F 35
Octal 263 73 322 17 110 0 22 440 77 65
Binary 10110011 111011 11010010 1111 1001000 0 10010 100100000 111111 110101

Color Harmonies of #B33BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BD2

Black with #B33BD2

Text Example


Text Example

White with #B33BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BD2; }

 p { color: rgb(179,59,210); }

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

background-color css

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

 a { background-color: rgb(179,59,210); }

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

border-color css

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

 span { border-color: rgb(179,59,210); }

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