Html Css Color HEX #B656DA Medium Orchid

📋 copy color: '#B656DA'

red 182 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #B656DA

Tints of Medium Orchid #B656DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 37.45%
G = 17.7%
B = 44.86%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B656DA (or 0xB656DA) is known color: Medium Orchid. HEX triplet: B6, 56 and DA. RGB value is (182,86,218). Sum of RGB (Red+Green+Blue) = 182+86+218=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #B656DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656DA is #49A925. Grayscale: #818181. Windows color (decimal): -4827430 or 14309046. OLE color: 14309046.

HSL color Cylindrical-coordinate representation of color #B656DA: hue angle of 283.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B656DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 86 218 -
CMYK 0.17 0.61 0 0.15
HSL 283.64º 0.64% 0.6% -
HSV(B) 283.64º 0.61% 0.85% -
XYZ 35.27 21.66 68.65 -
YUV 129.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 182 86 218 0.17 0.61 0 0.15 283.64 0.64 0.6
Hex B6 56 DA 11 3D 0 F 11C 40 3C
Octal 266 126 332 21 75 0 17 434 100 74
Binary 10110110 1010110 11011010 10001 111101 0 1111 100011100 1000000 111100

Color Harmonies of #B656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656DA

Black with #B656DA

Text Example


Text Example

White with #B656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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