Html Css Color HEX #B548FF Medium Orchid

📋 copy color: '#B548FF'

red 181 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B548FF

Tints of Medium Orchid #B548FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 35.63%
G = 14.17%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B548FF (or 0xB548FF) is known color: Medium Orchid. HEX triplet: B5, 48 and FF. RGB value is (181,72,255). Sum of RGB (Red+Green+Blue) = 181+72+255=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B548FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548FF is #4AB700. Grayscale: #7C7C7C. Windows color (decimal): -4896513 or 16730293. OLE color: 16730293.

HSL color Cylindrical-coordinate representation of color #B548FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B548FF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 72 255 -
CMYK 0.29 0.72 0 0
HSL 275.74º 1% 0.64% -
HSV(B) 275.74º 0.72% 1% -
XYZ 39.42 21.68 96.71 -
YUV 125.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 181 72 255 0.29 0.72 0 0 275.74 1 0.64
Hex B5 48 FF 1D 48 0 0 114 64 40
Octal 265 110 377 35 110 0 0 424 144 100
Binary 10110101 1001000 11111111 11101 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B548FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548FF

Black with #B548FF

Text Example


Text Example

White with #B548FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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