Html Css Color HEX #B54FFC Medium Orchid

📋 copy color: '#B54FFC'

red 181 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B54FFC

Tints of Medium Orchid #B54FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 35.35%
G = 15.43%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B54FFC (or 0xB54FFC) is known color: Medium Orchid. HEX triplet: B5, 4F and FC. RGB value is (181,79,252). Sum of RGB (Red+Green+Blue) = 181+79+252=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #B54FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FFC is #4AB003. Grayscale: #808080. Windows color (decimal): -4894724 or 16535477. OLE color: 16535477.

HSL color Cylindrical-coordinate representation of color #B54FFC: hue angle of 275.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54FFC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 79 252 -
CMYK 0.28 0.69 0 0.01
HSL 275.38º 0.97% 0.65% -
HSV(B) 275.38º 0.69% 0.99% -
XYZ 39.42 22.44 94.35 -
YUV 129.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 181 79 252 0.28 0.69 0 0.01 275.38 0.97 0.65
Hex B5 4F FC 1C 45 0 1 113 61 41
Octal 265 117 374 34 105 0 1 423 141 101
Binary 10110101 1001111 11111100 11100 1000101 0 1 100010011 1100001 1000001

Color Harmonies of #B54FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FFC

Black with #B54FFC

Text Example


Text Example

White with #B54FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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