Html Css Color HEX #B659D6 Medium Orchid

📋 copy color: '#B659D6'

red 182 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #B659D6

Tints of Medium Orchid #B659D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 37.53%
G = 18.35%
B = 44.12%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B659D6 (or 0xB659D6) is known color: Medium Orchid. HEX triplet: B6, 59 and D6. RGB value is (182,89,214). Sum of RGB (Red+Green+Blue) = 182+89+214=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #B659D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659D6 is #49A629. Grayscale: #828282. Windows color (decimal): -4826666 or 14047670. OLE color: 14047670.

HSL color Cylindrical-coordinate representation of color #B659D6: hue angle of 284.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B659D6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 89 214 -
CMYK 0.15 0.58 0 0.16
HSL 284.64º 0.6% 0.59% -
HSV(B) 284.64º 0.58% 0.84% -
XYZ 35 21.94 66.01 -
YUV 131.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 182 89 214 0.15 0.58 0 0.16 284.64 0.6 0.59
Hex B6 59 D6 F 3A 0 10 11D 3C 3B
Octal 266 131 326 17 72 0 20 435 74 73
Binary 10110110 1011001 11010110 1111 111010 0 10000 100011101 111100 111011

Color Harmonies of #B659D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659D6

Black with #B659D6

Text Example


Text Example

White with #B659D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659D6; }

 p { color: rgb(182,89,214); }

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

background-color css

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

 a { background-color: rgb(182,89,214); }

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

border-color css

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

 span { border-color: rgb(182,89,214); }

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