Html Css Color HEX #B954EF Medium Orchid

📋 copy color: '#B954EF'

red 185 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #B954EF

Tints of Medium Orchid #B954EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 36.42%
G = 16.54%
B = 47.05%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B954EF (or 0xB954EF) is known color: Medium Orchid. HEX triplet: B9, 54 and EF. RGB value is (185,84,239). Sum of RGB (Red+Green+Blue) = 185+84+239=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #B954EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954EF is #46AB10. Grayscale: #838383. Windows color (decimal): -4631313 or 15684793. OLE color: 15684793.

HSL color Cylindrical-coordinate representation of color #B954EF: hue angle of 279.1º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B954EF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 84 239 -
CMYK 0.23 0.65 0 0.06
HSL 279.1º 0.83% 0.63% -
HSV(B) 279.1º 0.65% 0.94% -
XYZ 38.76 22.89 84.04 -
YUV 131.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 185 84 239 0.23 0.65 0 0.06 279.1 0.83 0.63
Hex B9 54 EF 17 41 0 6 117 53 3F
Octal 271 124 357 27 101 0 6 427 123 77
Binary 10111001 1010100 11101111 10111 1000001 0 110 100010111 1010011 111111

Color Harmonies of #B954EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954EF

Black with #B954EF

Text Example


Text Example

White with #B954EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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