Html Css Color HEX #B048FA Medium Orchid

📋 copy color: '#B048FA'

red 176 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #B048FA

Tints of Medium Orchid #B048FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 35.34%
G = 14.46%
B = 50.2%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B048FA (or 0xB048FA) is known color: Medium Orchid. HEX triplet: B0, 48 and FA. RGB value is (176,72,250). Sum of RGB (Red+Green+Blue) = 176+72+250=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B048FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048FA is #4FB705. Grayscale: #7A7A7A. Windows color (decimal): -5224198 or 16402608. OLE color: 16402608.

HSL color Cylindrical-coordinate representation of color #B048FA: hue angle of 275.06º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B048FA is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 72 250 -
CMYK 0.30 0.71 0 0.02
HSL 275.06º 0.95% 0.63% -
HSV(B) 275.06º 0.71% 0.98% -
XYZ 37.48 20.77 92.48 -
YUV 123.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 176 72 250 0.30 0.71 0 0.02 275.06 0.95 0.63
Hex B0 48 FA 1E 47 0 2 113 5F 3F
Octal 260 110 372 36 107 0 2 423 137 77
Binary 10110000 1001000 11111010 11110 1000111 0 10 100010011 1011111 111111

Color Harmonies of #B048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048FA

Black with #B048FA

Text Example


Text Example

White with #B048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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