Html Css Color HEX #B959DA Medium Orchid

📋 copy color: '#B959DA'

red 185 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #B959DA

Tints of Medium Orchid #B959DA

RGB

 RED value IS 185 (72.66% from 255) = 37.6%

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

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

R = 37.6%
G = 18.09%
B = 44.31%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B959DA (or 0xB959DA) is known color: Medium Orchid. HEX triplet: B9, 59 and DA. RGB value is (185,89,218). Sum of RGB (Red+Green+Blue) = 185+89+218=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #B959DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959DA is #46A625. Grayscale: #838383. Windows color (decimal): -4630054 or 14309817. OLE color: 14309817.

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

Color convert

RGB 185 89 218 -
CMYK 0.15 0.59 0 0.15
HSL 284.65º 0.64% 0.6% -
HSV(B) 284.65º 0.59% 0.85% -
XYZ 36.23 22.52 68.77 -
YUV 132.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 185 89 218 0.15 0.59 0 0.15 284.65 0.64 0.6
Hex B9 59 DA F 3B 0 F 11D 40 3C
Octal 271 131 332 17 73 0 17 435 100 74
Binary 10111001 1011001 11011010 1111 111011 0 1111 100011101 1000000 111100

Color Harmonies of #B959DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959DA

Black with #B959DA

Text Example


Text Example

White with #B959DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959DA; }

 p { color: rgb(185,89,218); }

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

background-color css

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

 a { background-color: rgb(185,89,218); }

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

border-color css

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

 span { border-color: rgb(185,89,218); }

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