Html Css Color HEX #B947DA Medium Orchid

📋 copy color: '#B947DA'

red 185 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #B947DA

Tints of Medium Orchid #B947DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 39.03%
G = 14.98%
B = 45.99%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B947DA (or 0xB947DA) is known color: Medium Orchid. HEX triplet: B9, 47 and DA. RGB value is (185,71,218). Sum of RGB (Red+Green+Blue) = 185+71+218=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B947DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DA is #46B825. Grayscale: #797979. Windows color (decimal): -4634662 or 14305209. OLE color: 14305209.

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

Color convert

RGB 185 71 218 -
CMYK 0.15 0.67 0 0.15
HSL 286.53º 0.67% 0.57% -
HSV(B) 286.53º 0.67% 0.85% -
XYZ 34.92 19.88 68.33 -
YUV 121.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 185 71 218 0.15 0.67 0 0.15 286.53 0.67 0.57
Hex B9 47 DA F 43 0 F 11F 43 39
Octal 271 107 332 17 103 0 17 437 103 71
Binary 10111001 1000111 11011010 1111 1000011 0 1111 100011111 1000011 111001

Color Harmonies of #B947DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947DA

Black with #B947DA

Text Example


Text Example

White with #B947DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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