Html Css Color HEX #B947DB Medium Orchid

📋 copy color: '#B947DB'

red 185 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #B947DB

Tints of Medium Orchid #B947DB

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

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

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

R = 38.95%
G = 14.95%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B947DB (or 0xB947DB) is known color: Medium Orchid. HEX triplet: B9, 47 and DB. RGB value is (185,71,219). Sum of RGB (Red+Green+Blue) = 185+71+219=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 71 (28.12% from 255 or 14.95% 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 #B947DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DB is #46B824. Grayscale: #797979. Windows color (decimal): -4634661 or 14370745. OLE color: 14370745.

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

Color convert

RGB 185 71 219 -
CMYK 0.16 0.68 0 0.14
HSL 286.22º 0.67% 0.57% -
HSV(B) 286.22º 0.68% 0.86% -
XYZ 35.05 19.94 69.02 -
YUV 121.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 185 71 219 0.16 0.68 0 0.14 286.22 0.67 0.57
Hex B9 47 DB 10 44 0 E 11E 43 39
Octal 271 107 333 20 104 0 16 436 103 71
Binary 10111001 1000111 11011011 10000 1000100 0 1110 100011110 1000011 111001

Color Harmonies of #B947DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947DB

Black with #B947DB

Text Example


Text Example

White with #B947DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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