Html Css Color HEX #B954F7 Medium Orchid

📋 copy color: '#B954F7'

red 185 ◦ green 84 ◦ blue 247

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

Shades of Medium Orchid #B954F7

Tints of Medium Orchid #B954F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.87%

R = 35.85%
G = 16.28%
B = 47.87%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B954F7 (or 0xB954F7) is known color: Medium Orchid. HEX triplet: B9, 54 and F7. RGB value is (185,84,247). Sum of RGB (Red+Green+Blue) = 185+84+247=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #B954F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954F7 is #46AB08. Grayscale: #848484. Windows color (decimal): -4631305 or 16209081. OLE color: 16209081.

HSL color Cylindrical-coordinate representation of color #B954F7: hue angle of 277.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B954F7 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 84 247 -
CMYK 0.25 0.66 0 0.03
HSL 277.18º 0.91% 0.65% -
HSV(B) 277.18º 0.66% 0.97% -
XYZ 39.97 23.37 90.4 -
YUV 132.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 185 84 247 0.25 0.66 0 0.03 277.18 0.91 0.65
Hex B9 54 F7 19 42 0 3 115 5B 41
Octal 271 124 367 31 102 0 3 425 133 101
Binary 10111001 1010100 11110111 11001 1000010 0 11 100010101 1011011 1000001

Color Harmonies of #B954F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954F7

Black with #B954F7

Text Example


Text Example

White with #B954F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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