Html Css Color HEX #B562CC Medium Orchid

📋 copy color: '#B562CC'

red 181 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #B562CC

Tints of Medium Orchid #B562CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 37.47%
G = 20.29%
B = 42.24%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B562CC (or 0xB562CC) is known color: Medium Orchid. HEX triplet: B5, 62 and CC. RGB value is (181,98,204). Sum of RGB (Red+Green+Blue) = 181+98+204=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B562CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562CC is #4A9D33. Grayscale: #868686. Windows color (decimal): -4889908 or 13394613. OLE color: 13394613.

HSL color Cylindrical-coordinate representation of color #B562CC: hue angle of 286.98º degrees, saturation: 0.51, 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 #B562CC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 98 204 -
CMYK 0.11 0.52 0 0.2
HSL 286.98º 0.51% 0.59% -
HSV(B) 286.98º 0.52% 0.8% -
XYZ 34.32 22.92 59.74 -
YUV 134.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 181 98 204 0.11 0.52 0 0.2 286.98 0.51 0.59
Hex B5 62 CC B 34 0 14 11F 33 3B
Octal 265 142 314 13 64 0 24 437 63 73
Binary 10110101 1100010 11001100 1011 110100 0 10100 100011111 110011 111011

Color Harmonies of #B562CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562CC

Black with #B562CC

Text Example


Text Example

White with #B562CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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