Html Css Color HEX #B950FA Medium Orchid

📋 copy color: '#B950FA'

red 185 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #B950FA

Tints of Medium Orchid #B950FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.53%

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

R = 35.92%
G = 15.53%
B = 48.54%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B950FA (or 0xB950FA) is known color: Medium Orchid. HEX triplet: B9, 50 and FA. RGB value is (185,80,250). Sum of RGB (Red+Green+Blue) = 185+80+250=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B950FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950FA is #46AF05. Grayscale: #828282. Windows color (decimal): -4632326 or 16404665. OLE color: 16404665.

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

Color convert

RGB 185 80 250 -
CMYK 0.26 0.68 0 0.02
HSL 277.06º 0.94% 0.65% -
HSV(B) 277.06º 0.68% 0.98% -
XYZ 40.13 22.95 92.76 -
YUV 130.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 185 80 250 0.26 0.68 0 0.02 277.06 0.94 0.65
Hex B9 50 FA 1A 44 0 2 115 5E 41
Octal 271 120 372 32 104 0 2 425 136 101
Binary 10111001 1010000 11111010 11010 1000100 0 10 100010101 1011110 1000001

Color Harmonies of #B950FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950FA

Black with #B950FA

Text Example


Text Example

White with #B950FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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