Html Css Color HEX #B848DB Medium Orchid

📋 copy color: '#B848DB'

red 184 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #B848DB

Tints of Medium Orchid #B848DB

RGB

 RED value IS 184 (72.27% from 255) = 38.74%

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

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

R = 38.74%
G = 15.16%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B848DB (or 0xB848DB) is known color: Medium Orchid. HEX triplet: B8, 48 and DB. RGB value is (184,72,219). Sum of RGB (Red+Green+Blue) = 184+72+219=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B848DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848DB is #47B724. Grayscale: #797979. Windows color (decimal): -4699941 or 14371000. OLE color: 14371000.

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

Color convert

RGB 184 72 219 -
CMYK 0.16 0.67 0 0.14
HSL 285.71º 0.67% 0.57% -
HSV(B) 285.71º 0.67% 0.86% -
XYZ 34.87 19.94 69.03 -
YUV 122.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 184 72 219 0.16 0.67 0 0.14 285.71 0.67 0.57
Hex B8 48 DB 10 43 0 E 11E 43 39
Octal 270 110 333 20 103 0 16 436 103 71
Binary 10111000 1001000 11011011 10000 1000011 0 1110 100011110 1000011 111001

Color Harmonies of #B848DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848DB

Black with #B848DB

Text Example


Text Example

White with #B848DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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