Html Css Color HEX #B954D4 Medium Orchid

📋 copy color: '#B954D4'

red 185 ◦ green 84 ◦ blue 212

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

Shades of Medium Orchid #B954D4

Tints of Medium Orchid #B954D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 38.46%
G = 17.46%
B = 44.07%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B954D4 (or 0xB954D4) is known color: Medium Orchid. HEX triplet: B9, 54 and D4. RGB value is (185,84,212). Sum of RGB (Red+Green+Blue) = 185+84+212=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #B954D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954D4 is #46AB2B. Grayscale: #808080. Windows color (decimal): -4631340 or 13915321. OLE color: 13915321.

HSL color Cylindrical-coordinate representation of color #B954D4: hue angle of 287.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B954D4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 84 212 -
CMYK 0.13 0.60 0 0.17
HSL 287.34º 0.6% 0.58% -
HSV(B) 287.34º 0.6% 0.83% -
XYZ 35.06 21.41 64.57 -
YUV 128.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 185 84 212 0.13 0.60 0 0.17 287.34 0.6 0.58
Hex B9 54 D4 D 3C 0 11 11F 3C 3A
Octal 271 124 324 15 74 0 21 437 74 72
Binary 10111001 1010100 11010100 1101 111100 0 10001 100011111 111100 111010

Color Harmonies of #B954D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954D4

Black with #B954D4

Text Example


Text Example

White with #B954D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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