Html Css Color HEX #B048DE Medium Orchid

📋 copy color: '#B048DE'

red 176 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #B048DE

Tints of Medium Orchid #B048DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 37.45%
G = 15.32%
B = 47.23%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B048DE (or 0xB048DE) is known color: Medium Orchid. HEX triplet: B0, 48 and DE. RGB value is (176,72,222). Sum of RGB (Red+Green+Blue) = 176+72+222=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #B048DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DE is #4FB721. Grayscale: #777777. Windows color (decimal): -5224226 or 14567600. OLE color: 14567600.

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

Color convert

RGB 176 72 222 -
CMYK 0.21 0.68 0 0.13
HSL 281.6º 0.69% 0.58% -
HSV(B) 281.6º 0.68% 0.87% -
XYZ 33.41 19.14 71.04 -
YUV 120.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 176 72 222 0.21 0.68 0 0.13 281.6 0.69 0.58
Hex B0 48 DE 15 44 0 D 11A 45 3A
Octal 260 110 336 25 104 0 15 432 105 72
Binary 10110000 1001000 11011110 10101 1000100 0 1101 100011010 1000101 111010

Color Harmonies of #B048DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048DE

Black with #B048DE

Text Example


Text Example

White with #B048DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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