Html Css Color HEX #B33DCD Medium Orchid

📋 copy color: '#B33DCD'

red 179 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B33DCD

Tints of Medium Orchid #B33DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 40.22%
G = 13.71%
B = 46.07%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33DCD (or 0xB33DCD) is known color: Medium Orchid. HEX triplet: B3, 3D and CD. RGB value is (179,61,205). Sum of RGB (Red+Green+Blue) = 179+61+205=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DCD is #4CC232. Grayscale: #707070. Windows color (decimal): -5030451 or 13450675. OLE color: 13450675.

HSL color Cylindrical-coordinate representation of color #B33DCD: hue angle of 289.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33DCD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 61 205 -
CMYK 0.13 0.70 0 0.20
HSL 289.17º 0.59% 0.52% -
HSV(B) 289.17º 0.7% 0.8% -
XYZ 31.28 17.33 59.45 -
YUV 112.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 179 61 205 0.13 0.70 0 0.20 289.17 0.59 0.52
Hex B3 3D CD D 46 0 14 121 3B 34
Octal 263 75 315 15 106 0 24 441 73 64
Binary 10110011 111101 11001101 1101 1000110 0 10100 100100001 111011 110100

Color Harmonies of #B33DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DCD

Black with #B33DCD

Text Example


Text Example

White with #B33DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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