Html Css Color HEX #B048F2 Medium Orchid

📋 copy color: '#B048F2'

red 176 ◦ green 72 ◦ blue 242

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

Shades of Medium Orchid #B048F2

Tints of Medium Orchid #B048F2

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

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

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

R = 35.92%
G = 14.69%
B = 49.39%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B048F2 (or 0xB048F2) is known color: Medium Orchid. HEX triplet: B0, 48 and F2. RGB value is (176,72,242). Sum of RGB (Red+Green+Blue) = 176+72+242=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #B048F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048F2 is #4FB70D. Grayscale: #797979. Windows color (decimal): -5224206 or 15878320. OLE color: 15878320.

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

Color convert

RGB 176 72 242 -
CMYK 0.27 0.70 0 0.05
HSL 276.71º 0.87% 0.62% -
HSV(B) 276.71º 0.7% 0.95% -
XYZ 36.25 20.28 86.01 -
YUV 122.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 176 72 242 0.27 0.70 0 0.05 276.71 0.87 0.62
Hex B0 48 F2 1B 46 0 5 115 57 3E
Octal 260 110 362 33 106 0 5 425 127 76
Binary 10110000 1001000 11110010 11011 1000110 0 101 100010101 1010111 111110

Color Harmonies of #B048F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048F2

Black with #B048F2

Text Example


Text Example

White with #B048F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048F2; }

 p { color: rgb(176,72,242); }

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

background-color css

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

 a { background-color: rgb(176,72,242); }

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

border-color css

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

 span { border-color: rgb(176,72,242); }

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