Html Css Color HEX #B950FF Medium Orchid

📋 copy color: '#B950FF'

red 185 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B950FF

Tints of Medium Orchid #B950FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 35.58%
G = 15.38%
B = 49.04%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B950FF (or 0xB950FF) is known color: Medium Orchid. HEX triplet: B9, 50 and FF. RGB value is (185,80,255). Sum of RGB (Red+Green+Blue) = 185+80+255=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B950FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950FF is #46AF00. Grayscale: #828282. Windows color (decimal): -4632321 or 16732345. OLE color: 16732345.

HSL color Cylindrical-coordinate representation of color #B950FF: hue angle of 276º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B950FF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 80 255 -
CMYK 0.27 0.69 0 0
HSL 276º 1% 0.66% -
HSV(B) 276º 0.69% 1% -
XYZ 40.93 23.27 96.94 -
YUV 131.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 185 80 255 0.27 0.69 0 0 276 1 0.66
Hex B9 50 FF 1B 45 0 0 114 64 42
Octal 271 120 377 33 105 0 0 424 144 102
Binary 10111001 1010000 11111111 11011 1000101 0 0 100010100 1100100 1000010

Color Harmonies of #B950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950FF

Black with #B950FF

Text Example


Text Example

White with #B950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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