Html Css Color HEX #B95ECF Medium Orchid

📋 copy color: '#B95ECF'

red 185 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #B95ECF

Tints of Medium Orchid #B95ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

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

R = 38.07%
G = 19.34%
B = 42.59%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B95ECF (or 0xB95ECF) is known color: Medium Orchid. HEX triplet: B9, 5E and CF. RGB value is (185,94,207). Sum of RGB (Red+Green+Blue) = 185+94+207=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B95ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ECF is #46A130. Grayscale: #858585. Windows color (decimal): -4628785 or 13590201. OLE color: 13590201.

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

Color convert

RGB 185 94 207 -
CMYK 0.11 0.55 0 0.19
HSL 288.32º 0.54% 0.59% -
HSV(B) 288.32º 0.55% 0.81% -
XYZ 35.27 22.82 61.58 -
YUV 134.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 185 94 207 0.11 0.55 0 0.19 288.32 0.54 0.59
Hex B9 5E CF B 37 0 13 120 36 3B
Octal 271 136 317 13 67 0 23 440 66 73
Binary 10111001 1011110 11001111 1011 110111 0 10011 100100000 110110 111011

Color Harmonies of #B95ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ECF

Black with #B95ECF

Text Example


Text Example

White with #B95ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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