Html Css Color HEX #B95CDD Medium Orchid

📋 copy color: '#B95CDD'

red 185 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #B95CDD

Tints of Medium Orchid #B95CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 37.15%
G = 18.47%
B = 44.38%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B95CDD (or 0xB95CDD) is known color: Medium Orchid. HEX triplet: B9, 5C and DD. RGB value is (185,92,221). Sum of RGB (Red+Green+Blue) = 185+92+221=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B95CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CDD is #46A322. Grayscale: #868686. Windows color (decimal): -4629283 or 14507193. OLE color: 14507193.

HSL color Cylindrical-coordinate representation of color #B95CDD: hue angle of 283.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95CDD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 92 221 -
CMYK 0.16 0.58 0 0.13
HSL 283.26º 0.65% 0.61% -
HSV(B) 283.26º 0.58% 0.87% -
XYZ 36.89 23.19 70.94 -
YUV 134.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 185 92 221 0.16 0.58 0 0.13 283.26 0.65 0.61
Hex B9 5C DD 10 3A 0 D 11B 41 3D
Octal 271 134 335 20 72 0 15 433 101 75
Binary 10111001 1011100 11011101 10000 111010 0 1101 100011011 1000001 111101

Color Harmonies of #B95CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CDD

Black with #B95CDD

Text Example


Text Example

White with #B95CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CDD; }

 p { color: rgb(185,92,221); }

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

background-color css

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

 a { background-color: rgb(185,92,221); }

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

border-color css

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

 span { border-color: rgb(185,92,221); }

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