Html Css Color HEX #B048FF Medium Orchid

📋 copy color: '#B048FF'

red 176 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B048FF

Tints of Medium Orchid #B048FF

RGB

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

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

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

R = 34.99%
G = 14.31%
B = 50.7%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B048FF (or 0xB048FF) is known color: Medium Orchid. HEX triplet: B0, 48 and FF. RGB value is (176,72,255). Sum of RGB (Red+Green+Blue) = 176+72+255=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B048FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048FF is #4FB700. Grayscale: #7B7B7B. Windows color (decimal): -5224193 or 16730288. OLE color: 16730288.

HSL color Cylindrical-coordinate representation of color #B048FF: hue angle of 274.1º 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 #B048FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 72 255 -
CMYK 0.31 0.72 0 0
HSL 274.1º 1% 0.64% -
HSV(B) 274.1º 0.72% 1% -
XYZ 38.27 21.08 96.66 -
YUV 123.96 201.96 165.12 -
System Red Green Blue C M Y K H S L
Decimal 176 72 255 0.31 0.72 0 0 274.1 1 0.64
Hex B0 48 FF 1F 48 0 0 112 64 40
Octal 260 110 377 37 110 0 0 422 144 100
Binary 10110000 1001000 11111111 11111 1001000 0 0 100010010 1100100 1000000

Color Harmonies of #B048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048FF

Black with #B048FF

Text Example


Text Example

White with #B048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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