Html Css Color HEX #B248DB Medium Orchid

📋 copy color: '#B248DB'

red 178 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #B248DB

Tints of Medium Orchid #B248DB

RGB

 RED value IS 178 (69.92% from 255) = 37.95%

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 37.95%
G = 15.35%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B248DB (or 0xB248DB) is known color: Medium Orchid. HEX triplet: B2, 48 and DB. RGB value is (178,72,219). Sum of RGB (Red+Green+Blue) = 178+72+219=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B248DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248DB is #4DB724. Grayscale: #777777. Windows color (decimal): -5093157 or 14370994. OLE color: 14370994.

HSL color Cylindrical-coordinate representation of color #B248DB: hue angle of 283.27º degrees, saturation: 0.67, 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 #B248DB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 72 219 -
CMYK 0.19 0.67 0 0.14
HSL 283.27º 0.67% 0.57% -
HSV(B) 283.27º 0.67% 0.86% -
XYZ 33.46 19.21 68.96 -
YUV 120.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 178 72 219 0.19 0.67 0 0.14 283.27 0.67 0.57
Hex B2 48 DB 13 43 0 E 11B 43 39
Octal 262 110 333 23 103 0 16 433 103 71
Binary 10110010 1001000 11011011 10011 1000011 0 1110 100011011 1000011 111001

Color Harmonies of #B248DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248DB

Black with #B248DB

Text Example


Text Example

White with #B248DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248DB; }

 p { color: rgb(178,72,219); }

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

background-color css

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

 a { background-color: rgb(178,72,219); }

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

border-color css

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

 span { border-color: rgb(178,72,219); }

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