Html Css Color HEX #BF3FEA Medium Orchid

📋 copy color: '#BF3FEA'

red 191 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #BF3FEA

Tints of Medium Orchid #BF3FEA

RGB

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

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

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

R = 39.14%
G = 12.91%
B = 47.95%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF3FEA (or 0xBF3FEA) is known color: Medium Orchid. HEX triplet: BF, 3F and EA. RGB value is (191,63,234). Sum of RGB (Red+Green+Blue) = 191+63+234=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FEA is #40C015. Grayscale: #787878. Windows color (decimal): -4243478 or 15351743. OLE color: 15351743.

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

Color convert

RGB 191 63 234 -
CMYK 0.18 0.73 0 0.08
HSL 284.91º 0.8% 0.58% -
HSV(B) 284.91º 0.73% 0.92% -
XYZ 38.11 20.57 79.8 -
YUV 120.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 191 63 234 0.18 0.73 0 0.08 284.91 0.8 0.58
Hex BF 3F EA 12 49 0 8 11D 50 3A
Octal 277 77 352 22 111 0 10 435 120 72
Binary 10111111 111111 11101010 10010 1001001 0 1000 100011101 1010000 111010

Color Harmonies of #BF3FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FEA

Black with #BF3FEA

Text Example


Text Example

White with #BF3FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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