Html Css Color HEX #B562DF Medium Orchid

📋 copy color: '#B562DF'

red 181 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #B562DF

Tints of Medium Orchid #B562DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 36.06%
G = 19.52%
B = 44.42%

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

#B562DF (or 0xB562DF) is known color: Medium Orchid. HEX triplet: B5, 62 and DF. RGB value is (181,98,223). Sum of RGB (Red+Green+Blue) = 181+98+223=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B562DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DF is #4A9D20. Grayscale: #888888. Windows color (decimal): -4889889 or 14639797. OLE color: 14639797.

HSL color Cylindrical-coordinate representation of color #B562DF: hue angle of 279.84º degrees, saturation: 0.66, 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 #B562DF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 98 223 -
CMYK 0.19 0.56 0 0.13
HSL 279.84º 0.66% 0.63% -
HSV(B) 279.84º 0.56% 0.87% -
XYZ 36.74 23.89 72.49 -
YUV 137.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 181 98 223 0.19 0.56 0 0.13 279.84 0.66 0.63
Hex B5 62 DF 13 38 0 D 118 42 3F
Octal 265 142 337 23 70 0 15 430 102 77
Binary 10110101 1100010 11011111 10011 111000 0 1101 100011000 1000010 111111

Color Harmonies of #B562DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562DF

Black with #B562DF

Text Example


Text Example

White with #B562DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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