Html Css Color HEX #B056CF Medium Orchid

📋 copy color: '#B056CF'

red 176 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #B056CF

Tints of Medium Orchid #B056CF

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

 GREEN value IS 86 (33.98% from 255) = 18.34%

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

R = 37.53%
G = 18.34%
B = 44.14%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B056CF (or 0xB056CF) is known color: Medium Orchid. HEX triplet: B0, 56 and CF. RGB value is (176,86,207). Sum of RGB (Red+Green+Blue) = 176+86+207=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B056CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056CF is #4FA930. Grayscale: #7E7E7E. Windows color (decimal): -5220657 or 13588144. OLE color: 13588144.

HSL color Cylindrical-coordinate representation of color #B056CF: hue angle of 284.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B056CF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 86 207 -
CMYK 0.15 0.58 0 0.19
HSL 284.63º 0.56% 0.57% -
HSV(B) 284.63º 0.58% 0.81% -
XYZ 32.49 20.39 61.25 -
YUV 126.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 176 86 207 0.15 0.58 0 0.19 284.63 0.56 0.57
Hex B0 56 CF F 3A 0 13 11D 38 39
Octal 260 126 317 17 72 0 23 435 70 71
Binary 10110000 1010110 11001111 1111 111010 0 10011 100011101 111000 111001

Color Harmonies of #B056CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056CF

Black with #B056CF

Text Example


Text Example

White with #B056CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056CF; }

 p { color: rgb(176,86,207); }

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

background-color css

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

 a { background-color: rgb(176,86,207); }

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

border-color css

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

 span { border-color: rgb(176,86,207); }

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