Html Css Color HEX #B362DC Medium Orchid

📋 copy color: '#B362DC'

red 179 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #B362DC

Tints of Medium Orchid #B362DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.72%

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

R = 36.02%
G = 19.72%
B = 44.27%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B362DC (or 0xB362DC) is known color: Medium Orchid. HEX triplet: B3, 62 and DC. RGB value is (179,98,220). Sum of RGB (Red+Green+Blue) = 179+98+220=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B362DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362DC is #4C9D23. Grayscale: #878787. Windows color (decimal): -5020964 or 14443187. OLE color: 14443187.

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

Color convert

RGB 179 98 220 -
CMYK 0.19 0.55 0 0.14
HSL 279.84º 0.64% 0.62% -
HSV(B) 279.84º 0.55% 0.86% -
XYZ 35.88 23.49 70.35 -
YUV 136.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 179 98 220 0.19 0.55 0 0.14 279.84 0.64 0.62
Hex B3 62 DC 13 37 0 E 118 40 3E
Octal 263 142 334 23 67 0 16 430 100 76
Binary 10110011 1100010 11011100 10011 110111 0 1110 100011000 1000000 111110

Color Harmonies of #B362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362DC

Black with #B362DC

Text Example


Text Example

White with #B362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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