Html Css Color HEX #B562C6 Medium Orchid

📋 copy color: '#B562C6'

red 181 ◦ green 98 ◦ blue 198

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

Shades of Medium Orchid #B562C6

Tints of Medium Orchid #B562C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 37.95%
G = 20.55%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B562C6 (or 0xB562C6) is known color: Medium Orchid. HEX triplet: B5, 62 and C6. RGB value is (181,98,198). Sum of RGB (Red+Green+Blue) = 181+98+198=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B562C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562C6 is #4A9D39. Grayscale: #858585. Windows color (decimal): -4889914 or 13001397. OLE color: 13001397.

HSL color Cylindrical-coordinate representation of color #B562C6: hue angle of 289.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B562C6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 98 198 -
CMYK 0.09 0.51 0 0.22
HSL 289.8º 0.47% 0.58% -
HSV(B) 289.8º 0.51% 0.78% -
XYZ 33.62 22.64 56.02 -
YUV 134.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 181 98 198 0.09 0.51 0 0.22 289.8 0.47 0.58
Hex B5 62 C6 9 33 0 16 122 2F 3A
Octal 265 142 306 11 63 0 26 442 57 72
Binary 10110101 1100010 11000110 1001 110011 0 10110 100100010 101111 111010

Color Harmonies of #B562C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562C6

Black with #B562C6

Text Example


Text Example

White with #B562C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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