Html Css Color HEX #B54CFB Medium Orchid

📋 copy color: '#B54CFB'

red 181 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B54CFB

Tints of Medium Orchid #B54CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.96%

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

R = 35.63%
G = 14.96%
B = 49.41%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B54CFB (or 0xB54CFB) is known color: Medium Orchid. HEX triplet: B5, 4C and FB. RGB value is (181,76,251). Sum of RGB (Red+Green+Blue) = 181+76+251=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #B54CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CFB is #4AB304. Grayscale: #7E7E7E. Windows color (decimal): -4895493 or 16469173. OLE color: 16469173.

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

Color convert

RGB 181 76 251 -
CMYK 0.28 0.70 0 0.02
HSL 276º 0.96% 0.64% -
HSV(B) 276º 0.7% 0.98% -
XYZ 39.05 21.96 93.45 -
YUV 127.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 181 76 251 0.28 0.70 0 0.02 276 0.96 0.64
Hex B5 4C FB 1C 46 0 2 114 60 40
Octal 265 114 373 34 106 0 2 424 140 100
Binary 10110101 1001100 11111011 11100 1000110 0 10 100010100 1100000 1000000

Color Harmonies of #B54CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CFB

Black with #B54CFB

Text Example


Text Example

White with #B54CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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