Html Css Color HEX #B947FC Medium Orchid

📋 copy color: '#B947FC'

red 185 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #B947FC

Tints of Medium Orchid #B947FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 36.42%
G = 13.98%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B947FC (or 0xB947FC) is known color: Medium Orchid. HEX triplet: B9, 47 and FC. RGB value is (185,71,252). Sum of RGB (Red+Green+Blue) = 185+71+252=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #B947FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947FC is #46B803. Grayscale: #7D7D7D. Windows color (decimal): -4634628 or 16533433. OLE color: 16533433.

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

Color convert

RGB 185 71 252 -
CMYK 0.27 0.72 0 0.01
HSL 277.79º 0.97% 0.63% -
HSV(B) 277.79º 0.72% 0.99% -
XYZ 39.83 21.85 94.21 -
YUV 125.72 199.27 170.28 -
System Red Green Blue C M Y K H S L
Decimal 185 71 252 0.27 0.72 0 0.01 277.79 0.97 0.63
Hex B9 47 FC 1B 48 0 1 116 61 3F
Octal 271 107 374 33 110 0 1 426 141 77
Binary 10111001 1000111 11111100 11011 1001000 0 1 100010110 1100001 111111

Color Harmonies of #B947FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947FC

Black with #B947FC

Text Example


Text Example

White with #B947FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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