Html Css Color HEX #B954FB Medium Orchid

📋 copy color: '#B954FB'

red 185 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #B954FB

Tints of Medium Orchid #B954FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

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

R = 35.58%
G = 16.15%
B = 48.27%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B954FB (or 0xB954FB) is known color: Medium Orchid. HEX triplet: B9, 54 and FB. RGB value is (185,84,251). Sum of RGB (Red+Green+Blue) = 185+84+251=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B954FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954FB is #46AB04. Grayscale: #848484. Windows color (decimal): -4631301 or 16471225. OLE color: 16471225.

HSL color Cylindrical-coordinate representation of color #B954FB: hue angle of 276.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B954FB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 84 251 -
CMYK 0.26 0.67 0 0.02
HSL 276.29º 0.95% 0.66% -
HSV(B) 276.29º 0.67% 0.98% -
XYZ 40.59 23.62 93.69 -
YUV 133.24 194.46 164.92 -
System Red Green Blue C M Y K H S L
Decimal 185 84 251 0.26 0.67 0 0.02 276.29 0.95 0.66
Hex B9 54 FB 1A 43 0 2 114 5F 42
Octal 271 124 373 32 103 0 2 424 137 102
Binary 10111001 1010100 11111011 11010 1000011 0 10 100010100 1011111 1000010

Color Harmonies of #B954FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954FB

Black with #B954FB

Text Example


Text Example

White with #B954FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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