Html Css Color HEX #B562CD Medium Orchid

📋 copy color: '#B562CD'

red 181 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #B562CD

Tints of Medium Orchid #B562CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 37.4%
G = 20.25%
B = 42.36%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B562CD (or 0xB562CD) is known color: Medium Orchid. HEX triplet: B5, 62 and CD. RGB value is (181,98,205). Sum of RGB (Red+Green+Blue) = 181+98+205=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #B562CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562CD is #4A9D32. Grayscale: #868686. Windows color (decimal): -4889907 or 13460149. OLE color: 13460149.

HSL color Cylindrical-coordinate representation of color #B562CD: hue angle of 286.54º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B562CD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 98 205 -
CMYK 0.12 0.52 0 0.20
HSL 286.54º 0.52% 0.59% -
HSV(B) 286.54º 0.52% 0.8% -
XYZ 34.44 22.97 60.38 -
YUV 135.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 181 98 205 0.12 0.52 0 0.20 286.54 0.52 0.59
Hex B5 62 CD C 34 0 14 11F 34 3B
Octal 265 142 315 14 64 0 24 437 64 73
Binary 10110101 1100010 11001101 1100 110100 0 10100 100011111 110100 111011

Color Harmonies of #B562CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562CD

Black with #B562CD

Text Example


Text Example

White with #B562CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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