Html Css Color HEX #B954F5 Medium Orchid

📋 copy color: '#B954F5'

red 185 ◦ green 84 ◦ blue 245

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

Shades of Medium Orchid #B954F5

Tints of Medium Orchid #B954F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 35.99%
G = 16.34%
B = 47.67%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B954F5 (or 0xB954F5) is known color: Medium Orchid. HEX triplet: B9, 54 and F5. RGB value is (185,84,245). Sum of RGB (Red+Green+Blue) = 185+84+245=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #B954F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954F5 is #46AB0A. Grayscale: #848484. Windows color (decimal): -4631307 or 16078009. OLE color: 16078009.

HSL color Cylindrical-coordinate representation of color #B954F5: hue angle of 277.64º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B954F5 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 84 245 -
CMYK 0.24 0.66 0 0.04
HSL 277.64º 0.89% 0.65% -
HSV(B) 277.64º 0.66% 0.96% -
XYZ 39.66 23.25 88.78 -
YUV 132.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 185 84 245 0.24 0.66 0 0.04 277.64 0.89 0.65
Hex B9 54 F5 18 42 0 4 116 59 41
Octal 271 124 365 30 102 0 4 426 131 101
Binary 10111001 1010100 11110101 11000 1000010 0 100 100010110 1011001 1000001

Color Harmonies of #B954F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954F5

Black with #B954F5

Text Example


Text Example

White with #B954F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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