Html Css Color HEX #B545F2 Medium Orchid

📋 copy color: '#B545F2'

red 181 ◦ green 69 ◦ blue 242

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

Shades of Medium Orchid #B545F2

Tints of Medium Orchid #B545F2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 36.79%
G = 14.02%
B = 49.19%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B545F2 (or 0xB545F2) is known color: Medium Orchid. HEX triplet: B5, 45 and F2. RGB value is (181,69,242). Sum of RGB (Red+Green+Blue) = 181+69+242=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #B545F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545F2 is #4ABA0D. Grayscale: #797979. Windows color (decimal): -4897294 or 15877557. OLE color: 15877557.

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

Color convert

RGB 181 69 242 -
CMYK 0.25 0.71 0 0.05
HSL 278.84º 0.87% 0.61% -
HSV(B) 278.84º 0.71% 0.95% -
XYZ 37.21 20.49 86 -
YUV 122.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 181 69 242 0.25 0.71 0 0.05 278.84 0.87 0.61
Hex B5 45 F2 19 47 0 5 117 57 3D
Octal 265 105 362 31 107 0 5 427 127 75
Binary 10110101 1000101 11110010 11001 1000111 0 101 100010111 1010111 111101

Color Harmonies of #B545F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545F2

Black with #B545F2

Text Example


Text Example

White with #B545F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545F2; }

 p { color: rgb(181,69,242); }

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

background-color css

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

 a { background-color: rgb(181,69,242); }

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

border-color css

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

 span { border-color: rgb(181,69,242); }

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