Html Css Color HEX #B562DB Medium Orchid

📋 copy color: '#B562DB'

red 181 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #B562DB

Tints of Medium Orchid #B562DB

RGB

 RED value IS 181 (71.09% from 255) = 36.35%

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 36.35%
G = 19.68%
B = 43.98%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B562DB (or 0xB562DB) is known color: Medium Orchid. HEX triplet: B5, 62 and DB. RGB value is (181,98,219). Sum of RGB (Red+Green+Blue) = 181+98+219=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #B562DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DB is #4A9D24. Grayscale: #888888. Windows color (decimal): -4889893 or 14377653. OLE color: 14377653.

HSL color Cylindrical-coordinate representation of color #B562DB: hue angle of 281.16º degrees, saturation: 0.63, 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 #B562DB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 98 219 -
CMYK 0.17 0.55 0 0.14
HSL 281.16º 0.63% 0.62% -
HSV(B) 281.16º 0.55% 0.86% -
XYZ 36.21 23.67 69.68 -
YUV 136.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 181 98 219 0.17 0.55 0 0.14 281.16 0.63 0.62
Hex B5 62 DB 11 37 0 E 119 3F 3E
Octal 265 142 333 21 67 0 16 431 77 76
Binary 10110101 1100010 11011011 10001 110111 0 1110 100011001 111111 111110

Color Harmonies of #B562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562DB

Black with #B562DB

Text Example


Text Example

White with #B562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562DB; }

 p { color: rgb(181,98,219); }

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

background-color css

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

 a { background-color: rgb(181,98,219); }

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

border-color css

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

 span { border-color: rgb(181,98,219); }

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