Html Css Color HEX #B248DC Medium Orchid

📋 copy color: '#B248DC'

red 178 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #B248DC

Tints of Medium Orchid #B248DC

RGB

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

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

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

R = 37.87%
G = 15.32%
B = 46.81%

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

#B248DC (or 0xB248DC) is known color: Medium Orchid. HEX triplet: B2, 48 and DC. RGB value is (178,72,220). Sum of RGB (Red+Green+Blue) = 178+72+220=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B248DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248DC is #4DB723. Grayscale: #787878. Windows color (decimal): -5093156 or 14436530. OLE color: 14436530.

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

Color convert

RGB 178 72 220 -
CMYK 0.19 0.67 0 0.14
HSL 282.97º 0.68% 0.57% -
HSV(B) 282.97º 0.67% 0.86% -
XYZ 33.6 19.27 69.66 -
YUV 120.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 178 72 220 0.19 0.67 0 0.14 282.97 0.68 0.57
Hex B2 48 DC 13 43 0 E 11B 44 39
Octal 262 110 334 23 103 0 16 433 104 71
Binary 10110010 1001000 11011100 10011 1000011 0 1110 100011011 1000100 111001

Color Harmonies of #B248DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248DC

Black with #B248DC

Text Example


Text Example

White with #B248DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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