Html Css Color HEX #B954FF Medium Orchid

📋 copy color: '#B954FF'

red 185 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #B954FF

Tints of Medium Orchid #B954FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 35.31%
G = 16.03%
B = 48.66%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B954FF (or 0xB954FF) is known color: Medium Orchid. HEX triplet: B9, 54 and FF. RGB value is (185,84,255). Sum of RGB (Red+Green+Blue) = 185+84+255=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B954FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954FF is #46AB00. Grayscale: #858585. Windows color (decimal): -4631297 or 16733369. OLE color: 16733369.

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

Color convert

RGB 185 84 255 -
CMYK 0.27 0.67 0 0
HSL 275.44º 1% 0.66% -
HSV(B) 275.44º 0.67% 1% -
XYZ 41.23 23.87 97.04 -
YUV 133.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 185 84 255 0.27 0.67 0 0 275.44 1 0.66
Hex B9 54 FF 1B 43 0 0 113 64 42
Octal 271 124 377 33 103 0 0 423 144 102
Binary 10111001 1010100 11111111 11011 1000011 0 0 100010011 1100100 1000010

Color Harmonies of #B954FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954FF

Black with #B954FF

Text Example


Text Example

White with #B954FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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