Html Css Color HEX #B33FCD Medium Orchid

📋 copy color: '#B33FCD'

red 179 ◦ green 63 ◦ blue 205

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

Shades of Medium Orchid #B33FCD

Tints of Medium Orchid #B33FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.09%

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

R = 40.04%
G = 14.09%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33FCD (or 0xB33FCD) is known color: Medium Orchid. HEX triplet: B3, 3F and CD. RGB value is (179,63,205). Sum of RGB (Red+Green+Blue) = 179+63+205=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FCD is #4CC032. Grayscale: #717171. Windows color (decimal): -5029939 or 13451187. OLE color: 13451187.

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

Color convert

RGB 179 63 205 -
CMYK 0.13 0.69 0 0.20
HSL 289.01º 0.59% 0.53% -
HSV(B) 289.01º 0.69% 0.8% -
XYZ 31.39 17.55 59.49 -
YUV 113.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 179 63 205 0.13 0.69 0 0.20 289.01 0.59 0.53
Hex B3 3F CD D 45 0 14 121 3B 35
Octal 263 77 315 15 105 0 24 441 73 65
Binary 10110011 111111 11001101 1101 1000101 0 10100 100100001 111011 110101

Color Harmonies of #B33FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FCD

Black with #B33FCD

Text Example


Text Example

White with #B33FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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