Html Css Color HEX #B947FF Medium Orchid

📋 copy color: '#B947FF'

red 185 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B947FF

Tints of Medium Orchid #B947FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 36.2%
G = 13.89%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B947FF (or 0xB947FF) is known color: Medium Orchid. HEX triplet: B9, 47 and FF. RGB value is (185,71,255). Sum of RGB (Red+Green+Blue) = 185+71+255=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B947FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947FF is #46B800. Grayscale: #7D7D7D. Windows color (decimal): -4634625 or 16730041. OLE color: 16730041.

HSL color Cylindrical-coordinate representation of color #B947FF: hue angle of 277.17º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B947FF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 71 255 -
CMYK 0.27 0.72 0 0
HSL 277.17º 1% 0.64% -
HSV(B) 277.17º 0.72% 1% -
XYZ 40.31 22.04 96.74 -
YUV 126.06 200.77 170.04 -
System Red Green Blue C M Y K H S L
Decimal 185 71 255 0.27 0.72 0 0 277.17 1 0.64
Hex B9 47 FF 1B 48 0 0 115 64 40
Octal 271 107 377 33 110 0 0 425 144 100
Binary 10111001 1000111 11111111 11011 1001000 0 0 100010101 1100100 1000000

Color Harmonies of #B947FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947FF

Black with #B947FF

Text Example


Text Example

White with #B947FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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