Html Css Color HEX #B54DFB Medium Orchid

📋 copy color: '#B54DFB'

red 181 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B54DFB

Tints of Medium Orchid #B54DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.13%

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

R = 35.56%
G = 15.13%
B = 49.31%

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

#B54DFB (or 0xB54DFB) is known color: Medium Orchid. HEX triplet: B5, 4D and FB. RGB value is (181,77,251). Sum of RGB (Red+Green+Blue) = 181+77+251=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B54DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DFB is #4AB204. Grayscale: #7F7F7F. Windows color (decimal): -4895237 or 16469429. OLE color: 16469429.

HSL color Cylindrical-coordinate representation of color #B54DFB: hue angle of 275.86º degrees, saturation: 0.96, 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 #B54DFB is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 77 251 -
CMYK 0.28 0.69 0 0.02
HSL 275.86º 0.96% 0.64% -
HSV(B) 275.86º 0.69% 0.98% -
XYZ 39.12 22.1 93.47 -
YUV 127.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 181 77 251 0.28 0.69 0 0.02 275.86 0.96 0.64
Hex B5 4D FB 1C 45 0 2 114 60 40
Octal 265 115 373 34 105 0 2 424 140 100
Binary 10110101 1001101 11111011 11100 1000101 0 10 100010100 1100000 1000000

Color Harmonies of #B54DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DFB

Black with #B54DFB

Text Example


Text Example

White with #B54DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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