Html Css Color HEX #B048DC Medium Orchid

📋 copy color: '#B048DC'

red 176 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #B048DC

Tints of Medium Orchid #B048DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 37.61%
G = 15.38%
B = 47.01%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B048DC (or 0xB048DC) is known color: Medium Orchid. HEX triplet: B0, 48 and DC. RGB value is (176,72,220). Sum of RGB (Red+Green+Blue) = 176+72+220=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B048DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DC is #4FB723. Grayscale: #777777. Windows color (decimal): -5224228 or 14436528. OLE color: 14436528.

HSL color Cylindrical-coordinate representation of color #B048DC: hue angle of 282.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B048DC is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 72 220 -
CMYK 0.2 0.67 0 0.14
HSL 282.16º 0.68% 0.57% -
HSV(B) 282.16º 0.67% 0.86% -
XYZ 33.14 19.03 69.64 -
YUV 119.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 176 72 220 0.2 0.67 0 0.14 282.16 0.68 0.57
Hex B0 48 DC 14 43 0 E 11A 44 39
Octal 260 110 334 24 103 0 16 432 104 71
Binary 10110000 1001000 11011100 10100 1000011 0 1110 100011010 1000100 111001

Color Harmonies of #B048DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048DC

Black with #B048DC

Text Example


Text Example

White with #B048DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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