Html Css Color HEX #B562CA Medium Orchid

📋 copy color: '#B562CA'

red 181 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #B562CA

Tints of Medium Orchid #B562CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 37.63%
G = 20.37%
B = 42%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B562CA (or 0xB562CA) is known color: Medium Orchid. HEX triplet: B5, 62 and CA. RGB value is (181,98,202). Sum of RGB (Red+Green+Blue) = 181+98+202=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #B562CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562CA is #4A9D35. Grayscale: #868686. Windows color (decimal): -4889910 or 13263541. OLE color: 13263541.

HSL color Cylindrical-coordinate representation of color #B562CA: hue angle of 287.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B562CA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 98 202 -
CMYK 0.10 0.51 0 0.21
HSL 287.88º 0.5% 0.59% -
HSV(B) 287.88º 0.51% 0.79% -
XYZ 34.08 22.82 58.49 -
YUV 134.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 181 98 202 0.10 0.51 0 0.21 287.88 0.5 0.59
Hex B5 62 CA A 33 0 15 120 32 3B
Octal 265 142 312 12 63 0 25 440 62 73
Binary 10110101 1100010 11001010 1010 110011 0 10101 100100000 110010 111011

Color Harmonies of #B562CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562CA

Black with #B562CA

Text Example


Text Example

White with #B562CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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