Html Css Color HEX #B95EF5 Medium Orchid

📋 copy color: '#B95EF5'

red 185 ◦ green 94 ◦ blue 245

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

Shades of Medium Orchid #B95EF5

Tints of Medium Orchid #B95EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 35.31%
G = 17.94%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B95EF5 (or 0xB95EF5) is known color: Medium Orchid. HEX triplet: B9, 5E and F5. RGB value is (185,94,245). Sum of RGB (Red+Green+Blue) = 185+94+245=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #B95EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EF5 is #46A10A. Grayscale: #898989. Windows color (decimal): -4628747 or 16080569. OLE color: 16080569.

HSL color Cylindrical-coordinate representation of color #B95EF5: hue angle of 276.16º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95EF5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 94 245 -
CMYK 0.24 0.62 0 0.04
HSL 276.16º 0.88% 0.66% -
HSV(B) 276.16º 0.62% 0.96% -
XYZ 40.49 24.91 89.06 -
YUV 138.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 185 94 245 0.24 0.62 0 0.04 276.16 0.88 0.66
Hex B9 5E F5 18 3E 0 4 114 58 42
Octal 271 136 365 30 76 0 4 424 130 102
Binary 10111001 1011110 11110101 11000 111110 0 100 100010100 1011000 1000010

Color Harmonies of #B95EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EF5

Black with #B95EF5

Text Example


Text Example

White with #B95EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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