Html Css Color HEX #B362DE Medium Orchid

📋 copy color: '#B362DE'

red 179 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #B362DE

Tints of Medium Orchid #B362DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 35.87%
G = 19.64%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B362DE (or 0xB362DE) is known color: Medium Orchid. HEX triplet: B3, 62 and DE. RGB value is (179,98,222). Sum of RGB (Red+Green+Blue) = 179+98+222=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #B362DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362DE is #4C9D21. Grayscale: #878787. Windows color (decimal): -5020962 or 14574259. OLE color: 14574259.

HSL color Cylindrical-coordinate representation of color #B362DE: hue angle of 279.19º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B362DE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 98 222 -
CMYK 0.19 0.56 0 0.13
HSL 279.19º 0.65% 0.63% -
HSV(B) 279.19º 0.56% 0.87% -
XYZ 36.14 23.59 71.76 -
YUV 136.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 179 98 222 0.19 0.56 0 0.13 279.19 0.65 0.63
Hex B3 62 DE 13 38 0 D 117 41 3F
Octal 263 142 336 23 70 0 15 427 101 77
Binary 10110011 1100010 11011110 10011 111000 0 1101 100010111 1000001 111111

Color Harmonies of #B362DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362DE

Black with #B362DE

Text Example


Text Example

White with #B362DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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