Html Css Color HEX #B961DA Medium Orchid

📋 copy color: '#B961DA'

red 185 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #B961DA

Tints of Medium Orchid #B961DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

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

R = 37%
G = 19.4%
B = 43.6%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B961DA (or 0xB961DA) is known color: Medium Orchid. HEX triplet: B9, 61 and DA. RGB value is (185,97,218). Sum of RGB (Red+Green+Blue) = 185+97+218=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B961DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961DA is #469E25. Grayscale: #888888. Windows color (decimal): -4628006 or 14311865. OLE color: 14311865.

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

Color convert

RGB 185 97 218 -
CMYK 0.15 0.56 0 0.15
HSL 283.64º 0.62% 0.62% -
HSV(B) 283.64º 0.56% 0.85% -
XYZ 36.94 23.93 69 -
YUV 137.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 185 97 218 0.15 0.56 0 0.15 283.64 0.62 0.62
Hex B9 61 DA F 38 0 F 11C 3E 3E
Octal 271 141 332 17 70 0 17 434 76 76
Binary 10111001 1100001 11011010 1111 111000 0 1111 100011100 111110 111110

Color Harmonies of #B961DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961DA

Black with #B961DA

Text Example


Text Example

White with #B961DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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