Html Css Color HEX #B33ECD Medium Orchid

📋 copy color: '#B33ECD'

red 179 ◦ green 62 ◦ blue 205

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

Shades of Medium Orchid #B33ECD

Tints of Medium Orchid #B33ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.9%

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

R = 40.13%
G = 13.9%
B = 45.96%

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

#B33ECD (or 0xB33ECD) is known color: Medium Orchid. HEX triplet: B3, 3E and CD. RGB value is (179,62,205). Sum of RGB (Red+Green+Blue) = 179+62+205=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ECD is #4CC132. Grayscale: #707070. Windows color (decimal): -5030195 or 13450931. OLE color: 13450931.

HSL color Cylindrical-coordinate representation of color #B33ECD: hue angle of 289.09º 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 #B33ECD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 62 205 -
CMYK 0.13 0.70 0 0.20
HSL 289.09º 0.59% 0.52% -
HSV(B) 289.09º 0.7% 0.8% -
XYZ 31.33 17.44 59.47 -
YUV 113.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 179 62 205 0.13 0.70 0 0.20 289.09 0.59 0.52
Hex B3 3E CD D 46 0 14 121 3B 34
Octal 263 76 315 15 106 0 24 441 73 64
Binary 10110011 111110 11001101 1101 1000110 0 10100 100100001 111011 110100

Color Harmonies of #B33ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ECD

Black with #B33ECD

Text Example


Text Example

White with #B33ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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