Html Css Color HEX #B54FFB Medium Orchid

📋 copy color: '#B54FFB'

red 181 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #B54FFB

Tints of Medium Orchid #B54FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 35.42%
G = 15.46%
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

#B54FFB (or 0xB54FFB) is known color: Medium Orchid. HEX triplet: B5, 4F and FB. RGB value is (181,79,251). Sum of RGB (Red+Green+Blue) = 181+79+251=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #B54FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FFB is #4AB004. Grayscale: #808080. Windows color (decimal): -4894725 or 16469941. OLE color: 16469941.

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

Color convert

RGB 181 79 251 -
CMYK 0.28 0.69 0 0.02
HSL 275.58º 0.96% 0.65% -
HSV(B) 275.58º 0.69% 0.98% -
XYZ 39.26 22.38 93.52 -
YUV 129.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 181 79 251 0.28 0.69 0 0.02 275.58 0.96 0.65
Hex B5 4F FB 1C 45 0 2 114 60 41
Octal 265 117 373 34 105 0 2 424 140 101
Binary 10110101 1001111 11111011 11100 1000101 0 10 100010100 1100000 1000001

Color Harmonies of #B54FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FFB

Black with #B54FFB

Text Example


Text Example

White with #B54FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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