Html Css Color HEX #B054C8 Medium Orchid

📋 copy color: '#B054C8'

red 176 ◦ green 84 ◦ blue 200

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

Shades of Medium Orchid #B054C8

Tints of Medium Orchid #B054C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 38.26%
G = 18.26%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B054C8 (or 0xB054C8) is known color: Medium Orchid. HEX triplet: B0, 54 and C8. RGB value is (176,84,200). Sum of RGB (Red+Green+Blue) = 176+84+200=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #B054C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054C8 is #4FAB37. Grayscale: #7C7C7C. Windows color (decimal): -5221176 or 13128880. OLE color: 13128880.

HSL color Cylindrical-coordinate representation of color #B054C8: hue angle of 287.59º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B054C8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 84 200 -
CMYK 0.12 0.58 0 0.22
HSL 287.59º 0.51% 0.56% -
HSV(B) 287.59º 0.58% 0.78% -
XYZ 31.5 19.74 56.79 -
YUV 124.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 176 84 200 0.12 0.58 0 0.22 287.59 0.51 0.56
Hex B0 54 C8 C 3A 0 16 120 33 38
Octal 260 124 310 14 72 0 26 440 63 70
Binary 10110000 1010100 11001000 1100 111010 0 10110 100100000 110011 111000

Color Harmonies of #B054C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054C8

Black with #B054C8

Text Example


Text Example

White with #B054C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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