Html Css Color HEX #B656E0 Medium Orchid

📋 copy color: '#B656E0'

red 182 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #B656E0

Tints of Medium Orchid #B656E0

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 36.99%
G = 17.48%
B = 45.53%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B656E0 (or 0xB656E0) is known color: Medium Orchid. HEX triplet: B6, 56 and E0. RGB value is (182,86,224). Sum of RGB (Red+Green+Blue) = 182+86+224=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #B656E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656E0 is #49A91F. Grayscale: #818181. Windows color (decimal): -4827424 or 14702262. OLE color: 14702262.

HSL color Cylindrical-coordinate representation of color #B656E0: hue angle of 281.74º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B656E0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 86 224 -
CMYK 0.19 0.62 0 0.12
HSL 281.74º 0.69% 0.61% -
HSV(B) 281.74º 0.62% 0.88% -
XYZ 36.07 21.98 72.86 -
YUV 130.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 182 86 224 0.19 0.62 0 0.12 281.74 0.69 0.61
Hex B6 56 E0 13 3E 0 C 11A 45 3D
Octal 266 126 340 23 76 0 14 432 105 75
Binary 10110110 1010110 11100000 10011 111110 0 1100 100011010 1000101 111101

Color Harmonies of #B656E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656E0

Black with #B656E0

Text Example


Text Example

White with #B656E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656E0; }

 p { color: rgb(182,86,224); }

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

background-color css

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

 a { background-color: rgb(182,86,224); }

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

border-color css

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

 span { border-color: rgb(182,86,224); }

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