Html Css Color HEX #B54BED Medium Orchid

📋 copy color: '#B54BED'

red 181 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #B54BED

Tints of Medium Orchid #B54BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.21%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 36.71%
G = 15.21%
B = 48.07%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B54BED (or 0xB54BED) is known color: Medium Orchid. HEX triplet: B5, 4B and ED. RGB value is (181,75,237). Sum of RGB (Red+Green+Blue) = 181+75+237=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #B54BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54BED is #4AB412. Grayscale: #7C7C7C. Windows color (decimal): -4895763 or 15551413. OLE color: 15551413.

HSL color Cylindrical-coordinate representation of color #B54BED: hue angle of 279.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54BED is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 75 237 -
CMYK 0.24 0.68 0 0.07
HSL 279.26º 0.82% 0.61% -
HSV(B) 279.26º 0.68% 0.93% -
XYZ 36.86 20.97 82.23 -
YUV 125.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 181 75 237 0.24 0.68 0 0.07 279.26 0.82 0.61
Hex B5 4B ED 18 44 0 7 117 52 3D
Octal 265 113 355 30 104 0 7 427 122 75
Binary 10110101 1001011 11101101 11000 1000100 0 111 100010111 1010010 111101

Color Harmonies of #B54BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BED

Black with #B54BED

Text Example


Text Example

White with #B54BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BED; }

 p { color: rgb(181,75,237); }

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

background-color css

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

 a { background-color: rgb(181,75,237); }

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

border-color css

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

 span { border-color: rgb(181,75,237); }

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