Html Css Color HEX #B95EC6 Medium Orchid

📋 copy color: '#B95EC6'

red 185 ◦ green 94 ◦ blue 198

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

Shades of Medium Orchid #B95EC6

Tints of Medium Orchid #B95EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 38.78%
G = 19.71%
B = 41.51%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B95EC6 (or 0xB95EC6) is known color: Medium Orchid. HEX triplet: B9, 5E and C6. RGB value is (185,94,198). Sum of RGB (Red+Green+Blue) = 185+94+198=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B95EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC6 is #46A139. Grayscale: #848484. Windows color (decimal): -4628794 or 13000377. OLE color: 13000377.

HSL color Cylindrical-coordinate representation of color #B95EC6: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95EC6 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 94 198 -
CMYK 0.07 0.53 0 0.22
HSL 292.5º 0.48% 0.57% -
HSV(B) 292.5º 0.53% 0.78% -
XYZ 34.2 22.4 55.95 -
YUV 133.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 185 94 198 0.07 0.53 0 0.22 292.5 0.48 0.57
Hex B9 5E C6 7 35 0 16 124 30 39
Octal 271 136 306 7 65 0 26 444 60 71
Binary 10111001 1011110 11000110 111 110101 0 10110 100100100 110000 111001

Color Harmonies of #B95EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EC6

Black with #B95EC6

Text Example


Text Example

White with #B95EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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