Html Css Color HEX #BF47EE Medium Orchid

📋 copy color: '#BF47EE'

red 191 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #BF47EE

Tints of Medium Orchid #BF47EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 38.2%
G = 14.2%
B = 47.6%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF47EE (or 0xBF47EE) is known color: Medium Orchid. HEX triplet: BF, 47 and EE. RGB value is (191,71,238). Sum of RGB (Red+Green+Blue) = 191+71+238=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47EE is #40B811. Grayscale: #7D7D7D. Windows color (decimal): -4241426 or 15615935. OLE color: 15615935.

HSL color Cylindrical-coordinate representation of color #BF47EE: hue angle of 283.11º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF47EE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 71 238 -
CMYK 0.20 0.70 0 0.07
HSL 283.11º 0.83% 0.61% -
HSV(B) 283.11º 0.7% 0.93% -
XYZ 39.17 21.76 83.02 -
YUV 125.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 191 71 238 0.20 0.70 0 0.07 283.11 0.83 0.61
Hex BF 47 EE 14 46 0 7 11B 53 3D
Octal 277 107 356 24 106 0 7 433 123 75
Binary 10111111 1000111 11101110 10100 1000110 0 111 100011011 1010011 111101

Color Harmonies of #BF47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47EE

Black with #BF47EE

Text Example


Text Example

White with #BF47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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