Html Css Color HEX #B54FDA Medium Orchid

📋 copy color: '#B54FDA'

red 181 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #B54FDA

Tints of Medium Orchid #B54FDA

RGB

 RED value IS 181 (71.09% from 255) = 37.87%

 GREEN value IS 79 (31.25% from 255) = 16.53%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 37.87%
G = 16.53%
B = 45.61%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B54FDA (or 0xB54FDA) is known color: Medium Orchid. HEX triplet: B5, 4F and DA. RGB value is (181,79,218). Sum of RGB (Red+Green+Blue) = 181+79+218=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B54FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FDA is #4AB025. Grayscale: #7C7C7C. Windows color (decimal): -4894758 or 14307253. OLE color: 14307253.

HSL color Cylindrical-coordinate representation of color #B54FDA: hue angle of 284.03º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54FDA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 79 218 -
CMYK 0.17 0.64 0 0.15
HSL 284.03º 0.65% 0.58% -
HSV(B) 284.03º 0.64% 0.85% -
XYZ 34.51 20.48 68.46 -
YUV 125.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 181 79 218 0.17 0.64 0 0.15 284.03 0.65 0.58
Hex B5 4F DA 11 40 0 F 11C 41 3A
Octal 265 117 332 21 100 0 17 434 101 72
Binary 10110101 1001111 11011010 10001 1000000 0 1111 100011100 1000001 111010

Color Harmonies of #B54FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FDA

Black with #B54FDA

Text Example


Text Example

White with #B54FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FDA; }

 p { color: rgb(181,79,218); }

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

background-color css

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

 a { background-color: rgb(181,79,218); }

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

border-color css

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

 span { border-color: rgb(181,79,218); }

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