Html Css Color HEX #B33CD2 Medium Orchid

📋 copy color: '#B33CD2'

red 179 ◦ green 60 ◦ blue 210

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

Shades of Medium Orchid #B33CD2

Tints of Medium Orchid #B33CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

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

R = 39.87%
G = 13.36%
B = 46.77%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B33CD2 (or 0xB33CD2) is known color: Medium Orchid. HEX triplet: B3, 3C and D2. RGB value is (179,60,210). Sum of RGB (Red+Green+Blue) = 179+60+210=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #B33CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CD2 is #4CC32D. Grayscale: #707070. Windows color (decimal): -5030702 or 13778099. OLE color: 13778099.

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

Color convert

RGB 179 60 210 -
CMYK 0.15 0.71 0 0.18
HSL 287.6º 0.63% 0.53% -
HSV(B) 287.6º 0.71% 0.82% -
XYZ 31.84 17.47 62.67 -
YUV 112.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 179 60 210 0.15 0.71 0 0.18 287.6 0.63 0.53
Hex B3 3C D2 F 47 0 12 120 3E 35
Octal 263 74 322 17 107 0 22 440 76 65
Binary 10110011 111100 11010010 1111 1000111 0 10010 100100000 111110 110101

Color Harmonies of #B33CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CD2

Black with #B33CD2

Text Example


Text Example

White with #B33CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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