Html Css Color HEX #B95FCF Medium Orchid

📋 copy color: '#B95FCF'

red 185 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #B95FCF

Tints of Medium Orchid #B95FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 37.99%
G = 19.51%
B = 42.51%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B95FCF (or 0xB95FCF) is known color: Medium Orchid. HEX triplet: B9, 5F and CF. RGB value is (185,95,207). Sum of RGB (Red+Green+Blue) = 185+95+207=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B95FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FCF is #46A030. Grayscale: #868686. Windows color (decimal): -4628529 or 13590457. OLE color: 13590457.

HSL color Cylindrical-coordinate representation of color #B95FCF: hue angle of 288.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95FCF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 95 207 -
CMYK 0.11 0.54 0 0.19
HSL 288.21º 0.54% 0.59% -
HSV(B) 288.21º 0.54% 0.81% -
XYZ 35.36 23 61.61 -
YUV 134.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 185 95 207 0.11 0.54 0 0.19 288.21 0.54 0.59
Hex B9 5F CF B 36 0 13 120 36 3B
Octal 271 137 317 13 66 0 23 440 66 73
Binary 10111001 1011111 11001111 1011 110110 0 10011 100100000 110110 111011

Color Harmonies of #B95FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95FCF

Black with #B95FCF

Text Example


Text Example

White with #B95FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95FCF; }

 p { color: rgb(185,95,207); }

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

background-color css

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

 a { background-color: rgb(185,95,207); }

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

border-color css

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

 span { border-color: rgb(185,95,207); }

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