Html Css Color HEX #B562DA Medium Orchid

📋 copy color: '#B562DA'

red 181 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #B562DA

Tints of Medium Orchid #B562DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 36.42%
G = 19.72%
B = 43.86%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B562DA (or 0xB562DA) is known color: Medium Orchid. HEX triplet: B5, 62 and DA. RGB value is (181,98,218). Sum of RGB (Red+Green+Blue) = 181+98+218=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B562DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DA is #4A9D25. Grayscale: #888888. Windows color (decimal): -4889894 or 14312117. OLE color: 14312117.

HSL color Cylindrical-coordinate representation of color #B562DA: hue angle of 281.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B562DA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 98 218 -
CMYK 0.17 0.55 0 0.15
HSL 281.5º 0.62% 0.62% -
HSV(B) 281.5º 0.55% 0.85% -
XYZ 36.08 23.62 68.99 -
YUV 136.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 181 98 218 0.17 0.55 0 0.15 281.5 0.62 0.62
Hex B5 62 DA 11 37 0 F 11A 3E 3E
Octal 265 142 332 21 67 0 17 432 76 76
Binary 10110101 1100010 11011010 10001 110111 0 1111 100011010 111110 111110

Color Harmonies of #B562DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562DA

Black with #B562DA

Text Example


Text Example

White with #B562DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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