Html Css Color HEX #B95BFA Medium Orchid

📋 copy color: '#B95BFA'

red 185 ◦ green 91 ◦ blue 250

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

Shades of Medium Orchid #B95BFA

Tints of Medium Orchid #B95BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.3%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 35.17%
G = 17.3%
B = 47.53%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B95BFA (or 0xB95BFA) is known color: Medium Orchid. HEX triplet: B9, 5B and FA. RGB value is (185,91,250). Sum of RGB (Red+Green+Blue) = 185+91+250=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #B95BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BFA is #46A405. Grayscale: #888888. Windows color (decimal): -4629510 or 16407481. OLE color: 16407481.

HSL color Cylindrical-coordinate representation of color #B95BFA: hue angle of 275.47º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95BFA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 91 250 -
CMYK 0.26 0.64 0 0.02
HSL 275.47º 0.94% 0.67% -
HSV(B) 275.47º 0.64% 0.98% -
XYZ 41 24.7 93.05 -
YUV 137.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 185 91 250 0.26 0.64 0 0.02 275.47 0.94 0.67
Hex B9 5B FA 1A 40 0 2 113 5E 43
Octal 271 133 372 32 100 0 2 423 136 103
Binary 10111001 1011011 11111010 11010 1000000 0 10 100010011 1011110 1000011

Color Harmonies of #B95BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BFA

Black with #B95BFA

Text Example


Text Example

White with #B95BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BFA; }

 p { color: rgb(185,91,250); }

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

background-color css

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

 a { background-color: rgb(185,91,250); }

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

border-color css

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

 span { border-color: rgb(185,91,250); }

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