Html Css Color HEX #B33DDC Medium Orchid

📋 copy color: '#B33DDC'

red 179 ◦ green 61 ◦ blue 220

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

Shades of Medium Orchid #B33DDC

Tints of Medium Orchid #B33DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 38.91%
G = 13.26%
B = 47.83%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33DDC (or 0xB33DDC) is known color: Medium Orchid. HEX triplet: B3, 3D and DC. RGB value is (179,61,220). Sum of RGB (Red+Green+Blue) = 179+61+220=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B33DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDC is #4CC223. Grayscale: #717171. Windows color (decimal): -5030436 or 14433715. OLE color: 14433715.

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

Color convert

RGB 179 61 220 -
CMYK 0.19 0.72 0 0.14
HSL 284.53º 0.69% 0.55% -
HSV(B) 284.53º 0.72% 0.86% -
XYZ 33.18 18.09 69.45 -
YUV 114.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 179 61 220 0.19 0.72 0 0.14 284.53 0.69 0.55
Hex B3 3D DC 13 48 0 E 11D 45 37
Octal 263 75 334 23 110 0 16 435 105 67
Binary 10110011 111101 11011100 10011 1001000 0 1110 100011101 1000101 110111

Color Harmonies of #B33DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DDC

Black with #B33DDC

Text Example


Text Example

White with #B33DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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