Html Css Color HEX #B848DC Medium Orchid

📋 copy color: '#B848DC'

red 184 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #B848DC

Tints of Medium Orchid #B848DC

RGB

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

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

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

R = 38.66%
G = 15.13%
B = 46.22%

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

#B848DC (or 0xB848DC) is known color: Medium Orchid. HEX triplet: B8, 48 and DC. RGB value is (184,72,220). Sum of RGB (Red+Green+Blue) = 184+72+220=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B848DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848DC is #47B723. Grayscale: #797979. Windows color (decimal): -4699940 or 14436536. OLE color: 14436536.

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

Color convert

RGB 184 72 220 -
CMYK 0.16 0.67 0 0.14
HSL 285.41º 0.68% 0.57% -
HSV(B) 285.41º 0.67% 0.86% -
XYZ 35 19.99 69.72 -
YUV 122.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 184 72 220 0.16 0.67 0 0.14 285.41 0.68 0.57
Hex B8 48 DC 10 43 0 E 11D 44 39
Octal 270 110 334 20 103 0 16 435 104 71
Binary 10111000 1001000 11011100 10000 1000011 0 1110 100011101 1000100 111001

Color Harmonies of #B848DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848DC

Black with #B848DC

Text Example


Text Example

White with #B848DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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