Html Css Color HEX #B95BDA Medium Orchid

📋 copy color: '#B95BDA'

red 185 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #B95BDA

Tints of Medium Orchid #B95BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

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

R = 37.45%
G = 18.42%
B = 44.13%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B95BDA (or 0xB95BDA) is known color: Medium Orchid. HEX triplet: B9, 5B and DA. RGB value is (185,91,218). Sum of RGB (Red+Green+Blue) = 185+91+218=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #B95BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BDA is #46A425. Grayscale: #858585. Windows color (decimal): -4629542 or 14310329. OLE color: 14310329.

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

Color convert

RGB 185 91 218 -
CMYK 0.15 0.58 0 0.15
HSL 284.41º 0.63% 0.61% -
HSV(B) 284.41º 0.58% 0.85% -
XYZ 36.4 22.86 68.82 -
YUV 133.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 185 91 218 0.15 0.58 0 0.15 284.41 0.63 0.61
Hex B9 5B DA F 3A 0 F 11C 3F 3D
Octal 271 133 332 17 72 0 17 434 77 75
Binary 10111001 1011011 11011010 1111 111010 0 1111 100011100 111111 111101

Color Harmonies of #B95BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BDA

Black with #B95BDA

Text Example


Text Example

White with #B95BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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