Html Css Color HEX #B951FB Medium Orchid

📋 copy color: '#B951FB'

red 185 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #B951FB

Tints of Medium Orchid #B951FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.67%

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 35.78%
G = 15.67%
B = 48.55%

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

#B951FB (or 0xB951FB) is known color: Medium Orchid. HEX triplet: B9, 51 and FB. RGB value is (185,81,251). Sum of RGB (Red+Green+Blue) = 185+81+251=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #B951FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951FB is #46AE04. Grayscale: #828282. Windows color (decimal): -4632069 or 16470457. OLE color: 16470457.

HSL color Cylindrical-coordinate representation of color #B951FB: hue angle of 276.71º degrees, saturation: 0.96, 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 #B951FB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 81 251 -
CMYK 0.26 0.68 0 0.02
HSL 276.71º 0.96% 0.65% -
HSV(B) 276.71º 0.68% 0.98% -
XYZ 40.36 23.16 93.61 -
YUV 131.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 185 81 251 0.26 0.68 0 0.02 276.71 0.96 0.65
Hex B9 51 FB 1A 44 0 2 115 60 41
Octal 271 121 373 32 104 0 2 425 140 101
Binary 10111001 1010001 11111011 11010 1000100 0 10 100010101 1100000 1000001

Color Harmonies of #B951FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951FB

Black with #B951FB

Text Example


Text Example

White with #B951FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951FB; }

 p { color: rgb(185,81,251); }

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

background-color css

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

 a { background-color: rgb(185,81,251); }

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

border-color css

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

 span { border-color: rgb(185,81,251); }

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