Html Css Color HEX #B954EC Medium Orchid

📋 copy color: '#B954EC'

red 185 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #B954EC

Tints of Medium Orchid #B954EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 36.63%
G = 16.63%
B = 46.73%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B954EC (or 0xB954EC) is known color: Medium Orchid. HEX triplet: B9, 54 and EC. RGB value is (185,84,236). Sum of RGB (Red+Green+Blue) = 185+84+236=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B954EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954EC is #46AB13. Grayscale: #838383. Windows color (decimal): -4631316 or 15488185. OLE color: 15488185.

HSL color Cylindrical-coordinate representation of color #B954EC: hue angle of 279.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B954EC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 84 236 -
CMYK 0.22 0.64 0 0.07
HSL 279.87º 0.8% 0.63% -
HSV(B) 279.87º 0.64% 0.93% -
XYZ 38.32 22.71 81.72 -
YUV 131.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 185 84 236 0.22 0.64 0 0.07 279.87 0.8 0.63
Hex B9 54 EC 16 40 0 7 118 50 3F
Octal 271 124 354 26 100 0 7 430 120 77
Binary 10111001 1010100 11101100 10110 1000000 0 111 100011000 1010000 111111

Color Harmonies of #B954EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954EC

Black with #B954EC

Text Example


Text Example

White with #B954EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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