Html Css Color HEX #BF47EA Medium Orchid

📋 copy color: '#BF47EA'

red 191 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #BF47EA

Tints of Medium Orchid #BF47EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 38.51%
G = 14.31%
B = 47.18%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF47EA (or 0xBF47EA) is known color: Medium Orchid. HEX triplet: BF, 47 and EA. RGB value is (191,71,234). Sum of RGB (Red+Green+Blue) = 191+71+234=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47EA is #40B815. Grayscale: #7C7C7C. Windows color (decimal): -4241430 or 15353791. OLE color: 15353791.

HSL color Cylindrical-coordinate representation of color #BF47EA: hue angle of 284.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF47EA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 71 234 -
CMYK 0.18 0.70 0 0.08
HSL 284.17º 0.8% 0.6% -
HSV(B) 284.17º 0.7% 0.92% -
XYZ 38.59 21.52 79.96 -
YUV 125.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 191 71 234 0.18 0.70 0 0.08 284.17 0.8 0.6
Hex BF 47 EA 12 46 0 8 11C 50 3C
Octal 277 107 352 22 106 0 10 434 120 74
Binary 10111111 1000111 11101010 10010 1000110 0 1000 100011100 1010000 111100

Color Harmonies of #BF47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47EA

Black with #BF47EA

Text Example


Text Example

White with #BF47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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