Html Css Color HEX #B954F3 Medium Orchid

📋 copy color: '#B954F3'

red 185 ◦ green 84 ◦ blue 243

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

Shades of Medium Orchid #B954F3

Tints of Medium Orchid #B954F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 36.13%
G = 16.41%
B = 47.46%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B954F3 (or 0xB954F3) is known color: Medium Orchid. HEX triplet: B9, 54 and F3. RGB value is (185,84,243). Sum of RGB (Red+Green+Blue) = 185+84+243=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #B954F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954F3 is #46AB0C. Grayscale: #838383. Windows color (decimal): -4631309 or 15946937. OLE color: 15946937.

HSL color Cylindrical-coordinate representation of color #B954F3: hue angle of 278.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B954F3 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 84 243 -
CMYK 0.24 0.65 0 0.05
HSL 278.11º 0.87% 0.64% -
HSV(B) 278.11º 0.65% 0.95% -
XYZ 39.36 23.13 87.18 -
YUV 132.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 185 84 243 0.24 0.65 0 0.05 278.11 0.87 0.64
Hex B9 54 F3 18 41 0 5 116 57 40
Octal 271 124 363 30 101 0 5 426 127 100
Binary 10111001 1010100 11110011 11000 1000001 0 101 100010110 1010111 1000000

Color Harmonies of #B954F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954F3

Black with #B954F3

Text Example


Text Example

White with #B954F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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