Html Css Color HEX #B54AF1 Medium Orchid

📋 copy color: '#B54AF1'

red 181 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #B54AF1

Tints of Medium Orchid #B54AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 36.49%
G = 14.92%
B = 48.59%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B54AF1 (or 0xB54AF1) is known color: Medium Orchid. HEX triplet: B5, 4A and F1. RGB value is (181,74,241). Sum of RGB (Red+Green+Blue) = 181+74+241=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #B54AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AF1 is #4AB50E. Grayscale: #7C7C7C. Windows color (decimal): -4896015 or 15813301. OLE color: 15813301.

HSL color Cylindrical-coordinate representation of color #B54AF1: hue angle of 278.44º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54AF1 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 74 241 -
CMYK 0.25 0.69 0 0.05
HSL 278.44º 0.86% 0.62% -
HSV(B) 278.44º 0.69% 0.95% -
XYZ 37.38 21.07 85.32 -
YUV 125.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 181 74 241 0.25 0.69 0 0.05 278.44 0.86 0.62
Hex B5 4A F1 19 45 0 5 116 56 3E
Octal 265 112 361 31 105 0 5 426 126 76
Binary 10110101 1001010 11110001 11001 1000101 0 101 100010110 1010110 111110

Color Harmonies of #B54AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AF1

Black with #B54AF1

Text Example


Text Example

White with #B54AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AF1; }

 p { color: rgb(181,74,241); }

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

background-color css

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

 a { background-color: rgb(181,74,241); }

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

border-color css

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

 span { border-color: rgb(181,74,241); }

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