Html Css Color HEX #B33DCC Medium Orchid

📋 copy color: '#B33DCC'

red 179 ◦ green 61 ◦ blue 204

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

Shades of Medium Orchid #B33DCC

Tints of Medium Orchid #B33DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 40.32%
G = 13.74%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B33DCC (or 0xB33DCC) is known color: Medium Orchid. HEX triplet: B3, 3D and CC. RGB value is (179,61,204). Sum of RGB (Red+Green+Blue) = 179+61+204=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B33DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DCC is #4CC233. Grayscale: #707070. Windows color (decimal): -5030452 or 13385139. OLE color: 13385139.

HSL color Cylindrical-coordinate representation of color #B33DCC: hue angle of 289.51º degrees, saturation: 0.58, 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 #B33DCC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 61 204 -
CMYK 0.12 0.70 0 0.2
HSL 289.51º 0.58% 0.52% -
HSV(B) 289.51º 0.7% 0.8% -
XYZ 31.16 17.28 58.82 -
YUV 112.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 179 61 204 0.12 0.70 0 0.2 289.51 0.58 0.52
Hex B3 3D CC C 46 0 14 122 3A 34
Octal 263 75 314 14 106 0 24 442 72 64
Binary 10110011 111101 11001100 1100 1000110 0 10100 100100010 111010 110100

Color Harmonies of #B33DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DCC

Black with #B33DCC

Text Example


Text Example

White with #B33DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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