Html Css Color HEX #B947D4 Medium Orchid

📋 copy color: '#B947D4'

red 185 ◦ green 71 ◦ blue 212

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

Shades of Medium Orchid #B947D4

Tints of Medium Orchid #B947D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 39.53%
G = 15.17%
B = 45.3%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B947D4 (or 0xB947D4) is known color: Medium Orchid. HEX triplet: B9, 47 and D4. RGB value is (185,71,212). Sum of RGB (Red+Green+Blue) = 185+71+212=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #B947D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947D4 is #46B82B. Grayscale: #787878. Windows color (decimal): -4634668 or 13911993. OLE color: 13911993.

HSL color Cylindrical-coordinate representation of color #B947D4: hue angle of 288.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B947D4 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 71 212 -
CMYK 0.13 0.67 0 0.17
HSL 288.51º 0.62% 0.55% -
HSV(B) 288.51º 0.67% 0.83% -
XYZ 34.14 19.57 64.27 -
YUV 121.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 185 71 212 0.13 0.67 0 0.17 288.51 0.62 0.55
Hex B9 47 D4 D 43 0 11 121 3E 37
Octal 271 107 324 15 103 0 21 441 76 67
Binary 10111001 1000111 11010100 1101 1000011 0 10001 100100001 111110 110111

Color Harmonies of #B947D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947D4

Black with #B947D4

Text Example


Text Example

White with #B947D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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