Html Css Color HEX #B546FF Medium Orchid

📋 copy color: '#B546FF'

red 181 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B546FF

Tints of Medium Orchid #B546FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

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

R = 35.77%
G = 13.83%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B546FF (or 0xB546FF) is known color: Medium Orchid. HEX triplet: B5, 46 and FF. RGB value is (181,70,255). Sum of RGB (Red+Green+Blue) = 181+70+255=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B546FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B546FF is #4AB900. Grayscale: #7B7B7B. Windows color (decimal): -4897025 or 16729781. OLE color: 16729781.

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

Color convert

RGB 181 70 255 -
CMYK 0.29 0.73 0 0
HSL 276º 1% 0.64% -
HSV(B) 276º 0.73% 1% -
XYZ 39.3 21.42 96.67 -
YUV 124.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 181 70 255 0.29 0.73 0 0 276 1 0.64
Hex B5 46 FF 1D 49 0 0 114 64 40
Octal 265 106 377 35 111 0 0 424 144 100
Binary 10110101 1000110 11111111 11101 1001001 0 0 100010100 1100100 1000000

Color Harmonies of #B546FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B546FF

Black with #B546FF

Text Example


Text Example

White with #B546FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B546FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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