Html Css Color HEX #B048DD Medium Orchid

📋 copy color: '#B048DD'

red 176 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #B048DD

Tints of Medium Orchid #B048DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 37.53%
G = 15.35%
B = 47.12%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B048DD (or 0xB048DD) is known color: Medium Orchid. HEX triplet: B0, 48 and DD. RGB value is (176,72,221). Sum of RGB (Red+Green+Blue) = 176+72+221=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DD is #4FB722. Grayscale: #777777. Windows color (decimal): -5224227 or 14502064. OLE color: 14502064.

HSL color Cylindrical-coordinate representation of color #B048DD: hue angle of 281.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B048DD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 72 221 -
CMYK 0.20 0.67 0 0.13
HSL 281.88º 0.69% 0.57% -
HSV(B) 281.88º 0.67% 0.87% -
XYZ 33.27 19.09 70.34 -
YUV 120.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 176 72 221 0.20 0.67 0 0.13 281.88 0.69 0.57
Hex B0 48 DD 14 43 0 D 11A 45 39
Octal 260 110 335 24 103 0 15 432 105 71
Binary 10110000 1001000 11011101 10100 1000011 0 1101 100011010 1000101 111001

Color Harmonies of #B048DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048DD

Black with #B048DD

Text Example


Text Example

White with #B048DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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