Html Css Color HEX #B248DD Medium Orchid

📋 copy color: '#B248DD'

red 178 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #B248DD

Tints of Medium Orchid #B248DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 37.79%
G = 15.29%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B248DD (or 0xB248DD) is known color: Medium Orchid. HEX triplet: B2, 48 and DD. RGB value is (178,72,221). Sum of RGB (Red+Green+Blue) = 178+72+221=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B248DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248DD is #4DB722. Grayscale: #787878. Windows color (decimal): -5093155 or 14502066. OLE color: 14502066.

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

Color convert

RGB 178 72 221 -
CMYK 0.19 0.67 0 0.13
HSL 282.68º 0.69% 0.57% -
HSV(B) 282.68º 0.67% 0.87% -
XYZ 33.73 19.32 70.36 -
YUV 120.68 184.62 168.88 -
System Red Green Blue C M Y K H S L
Decimal 178 72 221 0.19 0.67 0 0.13 282.68 0.69 0.57
Hex B2 48 DD 13 43 0 D 11B 45 39
Octal 262 110 335 23 103 0 15 433 105 71
Binary 10110010 1001000 11011101 10011 1000011 0 1101 100011011 1000101 111001

Color Harmonies of #B248DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248DD

Black with #B248DD

Text Example


Text Example

White with #B248DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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