Html Css Color HEX #B950F3 Medium Orchid

📋 copy color: '#B950F3'

red 185 ◦ green 80 ◦ blue 243

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

Shades of Medium Orchid #B950F3

Tints of Medium Orchid #B950F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 36.42%
G = 15.75%
B = 47.83%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B950F3 (or 0xB950F3) is known color: Medium Orchid. HEX triplet: B9, 50 and F3. RGB value is (185,80,243). Sum of RGB (Red+Green+Blue) = 185+80+243=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #B950F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950F3 is #46AF0C. Grayscale: #818181. Windows color (decimal): -4632333 or 15945913. OLE color: 15945913.

HSL color Cylindrical-coordinate representation of color #B950F3: hue angle of 278.65º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B950F3 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 80 243 -
CMYK 0.24 0.67 0 0.05
HSL 278.65º 0.87% 0.63% -
HSV(B) 278.65º 0.67% 0.95% -
XYZ 39.05 22.52 87.08 -
YUV 129.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 185 80 243 0.24 0.67 0 0.05 278.65 0.87 0.63
Hex B9 50 F3 18 43 0 5 117 57 3F
Octal 271 120 363 30 103 0 5 427 127 77
Binary 10111001 1010000 11110011 11000 1000011 0 101 100010111 1010111 111111

Color Harmonies of #B950F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950F3

Black with #B950F3

Text Example


Text Example

White with #B950F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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