Html Css Color HEX #B054C1 Medium Orchid

📋 copy color: '#B054C1'

red 176 ◦ green 84 ◦ blue 193

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

Shades of Medium Orchid #B054C1

Tints of Medium Orchid #B054C1

RGB

 RED value IS 176 (69.14% from 255) = 38.85%

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 38.85%
G = 18.54%
B = 42.6%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B054C1 (or 0xB054C1) is known color: Medium Orchid. HEX triplet: B0, 54 and C1. RGB value is (176,84,193). Sum of RGB (Red+Green+Blue) = 176+84+193=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B054C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054C1 is #4FAB3E. Grayscale: #7B7B7B. Windows color (decimal): -5221183 or 12670128. OLE color: 12670128.

HSL color Cylindrical-coordinate representation of color #B054C1: hue angle of 290.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B054C1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 84 193 -
CMYK 0.09 0.56 0 0.24
HSL 290.64º 0.47% 0.54% -
HSV(B) 290.64º 0.56% 0.76% -
XYZ 30.7 19.42 52.58 -
YUV 123.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 176 84 193 0.09 0.56 0 0.24 290.64 0.47 0.54
Hex B0 54 C1 9 38 0 18 123 2F 36
Octal 260 124 301 11 70 0 30 443 57 66
Binary 10110000 1010100 11000001 1001 111000 0 11000 100100011 101111 110110

Color Harmonies of #B054C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054C1

Black with #B054C1

Text Example


Text Example

White with #B054C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054C1; }

 p { color: rgb(176,84,193); }

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

background-color css

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

 a { background-color: rgb(176,84,193); }

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

border-color css

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

 span { border-color: rgb(176,84,193); }

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