Html Css Color HEX #B548F1 Medium Orchid

📋 copy color: '#B548F1'

red 181 ◦ green 72 ◦ blue 241

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

Shades of Medium Orchid #B548F1

Tints of Medium Orchid #B548F1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.57%

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 36.64%
G = 14.57%
B = 48.79%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B548F1 (or 0xB548F1) is known color: Medium Orchid. HEX triplet: B5, 48 and F1. RGB value is (181,72,241). Sum of RGB (Red+Green+Blue) = 181+72+241=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #B548F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548F1 is #4AB70E. Grayscale: #7B7B7B. Windows color (decimal): -4896527 or 15812789. OLE color: 15812789.

HSL color Cylindrical-coordinate representation of color #B548F1: hue angle of 278.7º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B548F1 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 72 241 -
CMYK 0.25 0.70 0 0.05
HSL 278.7º 0.86% 0.61% -
HSV(B) 278.7º 0.7% 0.95% -
XYZ 37.25 20.81 85.27 -
YUV 123.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 181 72 241 0.25 0.70 0 0.05 278.7 0.86 0.61
Hex B5 48 F1 19 46 0 5 117 56 3D
Octal 265 110 361 31 106 0 5 427 126 75
Binary 10110101 1001000 11110001 11001 1000110 0 101 100010111 1010110 111101

Color Harmonies of #B548F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548F1

Black with #B548F1

Text Example


Text Example

White with #B548F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548F1; }

 p { color: rgb(181,72,241); }

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

background-color css

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

 a { background-color: rgb(181,72,241); }

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

border-color css

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

 span { border-color: rgb(181,72,241); }

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