Html Css Color HEX #B947F4 Medium Orchid

📋 copy color: '#B947F4'

red 185 ◦ green 71 ◦ blue 244

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

Shades of Medium Orchid #B947F4

Tints of Medium Orchid #B947F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.8%

R = 37%
G = 14.2%
B = 48.8%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B947F4 (or 0xB947F4) is known color: Medium Orchid. HEX triplet: B9, 47 and F4. RGB value is (185,71,244). Sum of RGB (Red+Green+Blue) = 185+71+244=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #B947F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947F4 is #46B80B. Grayscale: #7C7C7C. Windows color (decimal): -4634636 or 16009145. OLE color: 16009145.

HSL color Cylindrical-coordinate representation of color #B947F4: hue angle of 279.54º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B947F4 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 71 244 -
CMYK 0.24 0.71 0 0.04
HSL 279.54º 0.89% 0.62% -
HSV(B) 279.54º 0.71% 0.96% -
XYZ 38.59 21.35 87.68 -
YUV 124.81 195.27 170.93 -
System Red Green Blue C M Y K H S L
Decimal 185 71 244 0.24 0.71 0 0.04 279.54 0.89 0.62
Hex B9 47 F4 18 47 0 4 118 59 3E
Octal 271 107 364 30 107 0 4 430 131 76
Binary 10111001 1000111 11110100 11000 1000111 0 100 100011000 1011001 111110

Color Harmonies of #B947F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947F4

Black with #B947F4

Text Example


Text Example

White with #B947F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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