Html Css Color HEX #B954FE Medium Orchid

📋 copy color: '#B954FE'

red 185 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B954FE

Tints of Medium Orchid #B954FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 35.37%
G = 16.06%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B954FE (or 0xB954FE) is known color: Medium Orchid. HEX triplet: B9, 54 and FE. RGB value is (185,84,254). Sum of RGB (Red+Green+Blue) = 185+84+254=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B954FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954FE is #46AB01. Grayscale: #858585. Windows color (decimal): -4631298 or 16667833. OLE color: 16667833.

HSL color Cylindrical-coordinate representation of color #B954FE: hue angle of 275.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B954FE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 84 254 -
CMYK 0.27 0.67 0 0.00
HSL 275.65º 0.99% 0.66% -
HSV(B) 275.65º 0.67% 1% -
XYZ 41.07 23.81 96.2 -
YUV 133.58 195.96 164.68 -
System Red Green Blue C M Y K H S L
Decimal 185 84 254 0.27 0.67 0 0.00 275.65 0.99 0.66
Hex B9 54 FE 1B 43 0 0 114 63 42
Octal 271 124 376 33 103 0 0 424 143 102
Binary 10111001 1010100 11111110 11011 1000011 0 0 100010100 1100011 1000010

Color Harmonies of #B954FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954FE

Black with #B954FE

Text Example


Text Example

White with #B954FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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