Html Css Color HEX #BF3FE5 Medium Orchid

📋 copy color: '#BF3FE5'

red 191 ◦ green 63 ◦ blue 229

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

Shades of Medium Orchid #BF3FE5

Tints of Medium Orchid #BF3FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 39.54%
G = 13.04%
B = 47.41%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF3FE5 (or 0xBF3FE5) is known color: Medium Orchid. HEX triplet: BF, 3F and E5. RGB value is (191,63,229). Sum of RGB (Red+Green+Blue) = 191+63+229=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FE5 is #40C01A. Grayscale: #777777. Windows color (decimal): -4243483 or 15024063. OLE color: 15024063.

HSL color Cylindrical-coordinate representation of color #BF3FE5: hue angle of 286.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3FE5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 63 229 -
CMYK 0.17 0.72 0 0.10
HSL 286.27º 0.76% 0.57% -
HSV(B) 286.27º 0.72% 0.9% -
XYZ 37.41 20.29 76.07 -
YUV 120.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 191 63 229 0.17 0.72 0 0.10 286.27 0.76 0.57
Hex BF 3F E5 11 48 0 A 11E 4C 39
Octal 277 77 345 21 110 0 12 436 114 71
Binary 10111111 111111 11100101 10001 1001000 0 1010 100011110 1001100 111001

Color Harmonies of #BF3FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FE5

Black with #BF3FE5

Text Example


Text Example

White with #BF3FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FE5; }

 p { color: rgb(191,63,229); }

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

background-color css

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

 a { background-color: rgb(191,63,229); }

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

border-color css

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

 span { border-color: rgb(191,63,229); }

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