Html Css Color HEX #B950FD Medium Orchid

📋 copy color: '#B950FD'

red 185 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #B950FD

Tints of Medium Orchid #B950FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 35.71%
G = 15.44%
B = 48.84%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B950FD (or 0xB950FD) is known color: Medium Orchid. HEX triplet: B9, 50 and FD. RGB value is (185,80,253). Sum of RGB (Red+Green+Blue) = 185+80+253=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #B950FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950FD is #46AF02. Grayscale: #828282. Windows color (decimal): -4632323 or 16601273. OLE color: 16601273.

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

Color convert

RGB 185 80 253 -
CMYK 0.27 0.68 0 0.01
HSL 276.42º 0.98% 0.65% -
HSV(B) 276.42º 0.68% 0.99% -
XYZ 40.61 23.14 95.26 -
YUV 131.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 185 80 253 0.27 0.68 0 0.01 276.42 0.98 0.65
Hex B9 50 FD 1B 44 0 1 114 62 41
Octal 271 120 375 33 104 0 1 424 142 101
Binary 10111001 1010000 11111101 11011 1000100 0 1 100010100 1100010 1000001

Color Harmonies of #B950FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950FD

Black with #B950FD

Text Example


Text Example

White with #B950FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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