Html Css Color HEX #BF3FE9 Medium Orchid

📋 copy color: '#BF3FE9'

red 191 ◦ green 63 ◦ blue 233

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

Shades of Medium Orchid #BF3FE9

Tints of Medium Orchid #BF3FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 39.22%
G = 12.94%
B = 47.84%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF3FE9 (or 0xBF3FE9) is known color: Medium Orchid. HEX triplet: BF, 3F and E9. RGB value is (191,63,233). Sum of RGB (Red+Green+Blue) = 191+63+233=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF3FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FE9 is #40C016. Grayscale: #787878. Windows color (decimal): -4243479 or 15286207. OLE color: 15286207.

HSL color Cylindrical-coordinate representation of color #BF3FE9: hue angle of 285.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3FE9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 63 233 -
CMYK 0.18 0.73 0 0.09
HSL 285.18º 0.79% 0.58% -
HSV(B) 285.18º 0.73% 0.91% -
XYZ 37.97 20.51 79.05 -
YUV 120.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 191 63 233 0.18 0.73 0 0.09 285.18 0.79 0.58
Hex BF 3F E9 12 49 0 9 11D 4F 3A
Octal 277 77 351 22 111 0 11 435 117 72
Binary 10111111 111111 11101001 10010 1001001 0 1001 100011101 1001111 111010

Color Harmonies of #BF3FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FE9

Black with #BF3FE9

Text Example


Text Example

White with #BF3FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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