Html Css Color HEX #B950E0 Medium Orchid

📋 copy color: '#B950E0'

red 185 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #B950E0

Tints of Medium Orchid #B950E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 37.83%
G = 16.36%
B = 45.81%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B950E0 (or 0xB950E0) is known color: Medium Orchid. HEX triplet: B9, 50 and E0. RGB value is (185,80,224). Sum of RGB (Red+Green+Blue) = 185+80+224=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #B950E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950E0 is #46AF1F. Grayscale: #7F7F7F. Windows color (decimal): -4632352 or 14700729. OLE color: 14700729.

HSL color Cylindrical-coordinate representation of color #B950E0: hue angle of 283.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B950E0 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 80 224 -
CMYK 0.17 0.64 0 0.12
HSL 283.75º 0.7% 0.6% -
HSV(B) 283.75º 0.64% 0.88% -
XYZ 36.33 21.43 72.74 -
YUV 127.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 185 80 224 0.17 0.64 0 0.12 283.75 0.7 0.6
Hex B9 50 E0 11 40 0 C 11C 46 3C
Octal 271 120 340 21 100 0 14 434 106 74
Binary 10111001 1010000 11100000 10001 1000000 0 1100 100011100 1000110 111100

Color Harmonies of #B950E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950E0

Black with #B950E0

Text Example


Text Example

White with #B950E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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