Html Css Color HEX #B56CCF Medium Orchid

📋 copy color: '#B56CCF'

red 181 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #B56CCF

Tints of Medium Orchid #B56CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 36.49%
G = 21.77%
B = 41.73%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B56CCF (or 0xB56CCF) is known color: Medium Orchid. HEX triplet: B5, 6C and CF. RGB value is (181,108,207). Sum of RGB (Red+Green+Blue) = 181+108+207=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CCF is #4A9330. Grayscale: #8C8C8C. Windows color (decimal): -4887345 or 13593781. OLE color: 13593781.

HSL color Cylindrical-coordinate representation of color #B56CCF: hue angle of 284.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56CCF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 108 207 -
CMYK 0.13 0.48 0 0.19
HSL 284.24º 0.51% 0.62% -
HSV(B) 284.24º 0.48% 0.81% -
XYZ 35.68 25.05 61.99 -
YUV 141.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 181 108 207 0.13 0.48 0 0.19 284.24 0.51 0.62
Hex B5 6C CF D 30 0 13 11C 33 3E
Octal 265 154 317 15 60 0 23 434 63 76
Binary 10110101 1101100 11001111 1101 110000 0 10011 100011100 110011 111110

Color Harmonies of #B56CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CCF

Black with #B56CCF

Text Example


Text Example

White with #B56CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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