Html Css Color HEX #B56CCA Medium Orchid

📋 copy color: '#B56CCA'

red 181 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #B56CCA

Tints of Medium Orchid #B56CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

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

R = 36.86%
G = 22%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B56CCA (or 0xB56CCA) is known color: Medium Orchid. HEX triplet: B5, 6C and CA. RGB value is (181,108,202). Sum of RGB (Red+Green+Blue) = 181+108+202=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B56CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CCA is #4A9335. Grayscale: #8C8C8C. Windows color (decimal): -4887350 or 13266101. OLE color: 13266101.

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

Color convert

RGB 181 108 202 -
CMYK 0.10 0.47 0 0.21
HSL 286.6º 0.47% 0.61% -
HSV(B) 286.6º 0.47% 0.79% -
XYZ 35.08 24.81 58.82 -
YUV 140.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 181 108 202 0.10 0.47 0 0.21 286.6 0.47 0.61
Hex B5 6C CA A 2F 0 15 11F 2F 3D
Octal 265 154 312 12 57 0 25 437 57 75
Binary 10110101 1101100 11001010 1010 101111 0 10101 100011111 101111 111101

Color Harmonies of #B56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CCA

Black with #B56CCA

Text Example


Text Example

White with #B56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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