Html Css Color HEX #B247DB Medium Orchid

📋 copy color: '#B247DB'

red 178 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #B247DB

Tints of Medium Orchid #B247DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.17%

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

R = 38.03%
G = 15.17%
B = 46.79%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B247DB (or 0xB247DB) is known color: Medium Orchid. HEX triplet: B2, 47 and DB. RGB value is (178,71,219). Sum of RGB (Red+Green+Blue) = 178+71+219=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B247DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247DB is #4DB824. Grayscale: #777777. Windows color (decimal): -5093413 or 14370738. OLE color: 14370738.

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

Color convert

RGB 178 71 219 -
CMYK 0.19 0.68 0 0.14
HSL 283.38º 0.67% 0.57% -
HSV(B) 283.38º 0.68% 0.86% -
XYZ 33.4 19.09 68.94 -
YUV 119.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 178 71 219 0.19 0.68 0 0.14 283.38 0.67 0.57
Hex B2 47 DB 13 44 0 E 11B 43 39
Octal 262 107 333 23 104 0 16 433 103 71
Binary 10110010 1000111 11011011 10011 1000100 0 1110 100011011 1000011 111001

Color Harmonies of #B247DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247DB

Black with #B247DB

Text Example


Text Example

White with #B247DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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