Html Css Color HEX #BF47F5 Medium Orchid

📋 copy color: '#BF47F5'

red 191 ◦ green 71 ◦ blue 245

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

Shades of Medium Orchid #BF47F5

Tints of Medium Orchid #BF47F5

RGB

 RED value IS 191 (75% from 255) = 37.67%

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

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 37.67%
G = 14%
B = 48.32%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF47F5 (or 0xBF47F5) is known color: Medium Orchid. HEX triplet: BF, 47 and F5. RGB value is (191,71,245). Sum of RGB (Red+Green+Blue) = 191+71+245=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF47F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47F5 is #40B80A. Grayscale: #7E7E7E. Windows color (decimal): -4241419 or 16074687. OLE color: 16074687.

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

Color convert

RGB 191 71 245 -
CMYK 0.22 0.71 0 0.04
HSL 281.38º 0.9% 0.62% -
HSV(B) 281.38º 0.71% 0.96% -
XYZ 40.22 22.18 88.55 -
YUV 126.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 191 71 245 0.22 0.71 0 0.04 281.38 0.9 0.62
Hex BF 47 F5 16 47 0 4 119 5A 3E
Octal 277 107 365 26 107 0 4 431 132 76
Binary 10111111 1000111 11110101 10110 1000111 0 100 100011001 1011010 111110

Color Harmonies of #BF47F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47F5

Black with #BF47F5

Text Example


Text Example

White with #BF47F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47F5; }

 p { color: rgb(191,71,245); }

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

background-color css

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

 a { background-color: rgb(191,71,245); }

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

border-color css

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

 span { border-color: rgb(191,71,245); }

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