Html Css Color HEX #B33CDC Medium Orchid

📋 copy color: '#B33CDC'

red 179 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #B33CDC

Tints of Medium Orchid #B33CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 39%
G = 13.07%
B = 47.93%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33CDC (or 0xB33CDC) is known color: Medium Orchid. HEX triplet: B3, 3C and DC. RGB value is (179,60,220). Sum of RGB (Red+Green+Blue) = 179+60+220=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B33CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CDC is #4CC323. Grayscale: #717171. Windows color (decimal): -5030692 or 14433459. OLE color: 14433459.

HSL color Cylindrical-coordinate representation of color #B33CDC: hue angle of 284.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33CDC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 60 220 -
CMYK 0.19 0.73 0 0.14
HSL 284.63º 0.7% 0.55% -
HSV(B) 284.63º 0.73% 0.86% -
XYZ 33.12 17.98 69.44 -
YUV 113.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 179 60 220 0.19 0.73 0 0.14 284.63 0.7 0.55
Hex B3 3C DC 13 49 0 E 11D 46 37
Octal 263 74 334 23 111 0 16 435 106 67
Binary 10110011 111100 11011100 10011 1001001 0 1110 100011101 1000110 110111

Color Harmonies of #B33CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CDC

Black with #B33CDC

Text Example


Text Example

White with #B33CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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