Html Css Color HEX #B54EFA Medium Orchid

📋 copy color: '#B54EFA'

red 181 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #B54EFA

Tints of Medium Orchid #B54EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.32%

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 35.56%
G = 15.32%
B = 49.12%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B54EFA (or 0xB54EFA) is known color: Medium Orchid. HEX triplet: B5, 4E and FA. RGB value is (181,78,250). Sum of RGB (Red+Green+Blue) = 181+78+250=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #B54EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EFA is #4AB105. Grayscale: #7F7F7F. Windows color (decimal): -4894982 or 16404149. OLE color: 16404149.

HSL color Cylindrical-coordinate representation of color #B54EFA: hue angle of 275.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54EFA is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 78 250 -
CMYK 0.28 0.69 0 0.02
HSL 275.93º 0.95% 0.64% -
HSV(B) 275.93º 0.69% 0.98% -
XYZ 39.04 22.17 92.67 -
YUV 128.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 181 78 250 0.28 0.69 0 0.02 275.93 0.95 0.64
Hex B5 4E FA 1C 45 0 2 114 5F 40
Octal 265 116 372 34 105 0 2 424 137 100
Binary 10110101 1001110 11111010 11100 1000101 0 10 100010100 1011111 1000000

Color Harmonies of #B54EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EFA

Black with #B54EFA

Text Example


Text Example

White with #B54EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EFA; }

 p { color: rgb(181,78,250); }

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

background-color css

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

 a { background-color: rgb(181,78,250); }

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

border-color css

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

 span { border-color: rgb(181,78,250); }

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