Html Css Color HEX #BF3FE4 Medium Orchid

📋 copy color: '#BF3FE4'

red 191 ◦ green 63 ◦ blue 228

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

Shades of Medium Orchid #BF3FE4

Tints of Medium Orchid #BF3FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 39.63%
G = 13.07%
B = 47.3%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF3FE4 (or 0xBF3FE4) is known color: Medium Orchid. HEX triplet: BF, 3F and E4. RGB value is (191,63,228). Sum of RGB (Red+Green+Blue) = 191+63+228=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF3FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FE4 is #40C01B. Grayscale: #777777. Windows color (decimal): -4243484 or 14958527. OLE color: 14958527.

HSL color Cylindrical-coordinate representation of color #BF3FE4: hue angle of 286.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3FE4 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 63 228 -
CMYK 0.16 0.72 0 0.11
HSL 286.55º 0.75% 0.57% -
HSV(B) 286.55º 0.72% 0.89% -
XYZ 37.27 20.23 75.34 -
YUV 120.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 191 63 228 0.16 0.72 0 0.11 286.55 0.75 0.57
Hex BF 3F E4 10 48 0 B 11F 4B 39
Octal 277 77 344 20 110 0 13 437 113 71
Binary 10111111 111111 11100100 10000 1001000 0 1011 100011111 1001011 111001

Color Harmonies of #BF3FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FE4

Black with #BF3FE4

Text Example


Text Example

White with #BF3FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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