Html Css Color HEX #B947F6 Medium Orchid

📋 copy color: '#B947F6'

red 185 ◦ green 71 ◦ blue 246

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

Shades of Medium Orchid #B947F6

Tints of Medium Orchid #B947F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 36.85%
G = 14.14%
B = 49%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B947F6 (or 0xB947F6) is known color: Medium Orchid. HEX triplet: B9, 47 and F6. RGB value is (185,71,246). Sum of RGB (Red+Green+Blue) = 185+71+246=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #B947F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947F6 is #46B809. Grayscale: #7C7C7C. Windows color (decimal): -4634634 or 16140217. OLE color: 16140217.

HSL color Cylindrical-coordinate representation of color #B947F6: hue angle of 279.09º degrees, saturation: 0.91, 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 #B947F6 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 71 246 -
CMYK 0.25 0.71 0 0.04
HSL 279.09º 0.91% 0.62% -
HSV(B) 279.09º 0.71% 0.96% -
XYZ 38.9 21.47 89.28 -
YUV 125.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 185 71 246 0.25 0.71 0 0.04 279.09 0.91 0.62
Hex B9 47 F6 19 47 0 4 117 5B 3E
Octal 271 107 366 31 107 0 4 427 133 76
Binary 10111001 1000111 11110110 11001 1000111 0 100 100010111 1011011 111110

Color Harmonies of #B947F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947F6

Black with #B947F6

Text Example


Text Example

White with #B947F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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