Html Css Color HEX #B95CDF Medium Orchid

📋 copy color: '#B95CDF'

red 185 ◦ green 92 ◦ blue 223

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

Shades of Medium Orchid #B95CDF

Tints of Medium Orchid #B95CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 37%
G = 18.4%
B = 44.6%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B95CDF (or 0xB95CDF) is known color: Medium Orchid. HEX triplet: B9, 5C and DF. RGB value is (185,92,223). Sum of RGB (Red+Green+Blue) = 185+92+223=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B95CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CDF is #46A320. Grayscale: #868686. Windows color (decimal): -4629281 or 14638265. OLE color: 14638265.

HSL color Cylindrical-coordinate representation of color #B95CDF: hue angle of 282.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95CDF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 92 223 -
CMYK 0.17 0.59 0 0.13
HSL 282.6º 0.67% 0.62% -
HSV(B) 282.6º 0.59% 0.87% -
XYZ 37.15 23.3 72.35 -
YUV 134.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 185 92 223 0.17 0.59 0 0.13 282.6 0.67 0.62
Hex B9 5C DF 11 3B 0 D 11B 43 3E
Octal 271 134 337 21 73 0 15 433 103 76
Binary 10111001 1011100 11011111 10001 111011 0 1101 100011011 1000011 111110

Color Harmonies of #B95CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CDF

Black with #B95CDF

Text Example


Text Example

White with #B95CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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