Html Css Color HEX #BF3EFF Medium Orchid

📋 copy color: '#BF3EFF'

red 191 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #BF3EFF

Tints of Medium Orchid #BF3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.2%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 37.6%
G = 12.2%
B = 50.2%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF3EFF (or 0xBF3EFF) is known color: Medium Orchid. HEX triplet: BF, 3E and FF. RGB value is (191,62,255). Sum of RGB (Red+Green+Blue) = 191+62+255=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EFF is #40C100. Grayscale: #797979. Windows color (decimal): -4243713 or 16727743. OLE color: 16727743.

HSL color Cylindrical-coordinate representation of color #BF3EFF: hue angle of 280.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3EFF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 62 255 -
CMYK 0.25 0.76 0 0
HSL 280.1º 1% 0.62% -
HSV(B) 280.1º 0.76% 1% -
XYZ 41.26 21.74 96.63 -
YUV 122.57 202.74 176.81 -
System Red Green Blue C M Y K H S L
Decimal 191 62 255 0.25 0.76 0 0 280.1 1 0.62
Hex BF 3E FF 19 4C 0 0 118 64 3E
Octal 277 76 377 31 114 0 0 430 144 76
Binary 10111111 111110 11111111 11001 1001100 0 0 100011000 1100100 111110

Color Harmonies of #BF3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EFF

Black with #BF3EFF

Text Example


Text Example

White with #BF3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EFF; }

 p { color: rgb(191,62,255); }

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

background-color css

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

 a { background-color: rgb(191,62,255); }

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

border-color css

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

 span { border-color: rgb(191,62,255); }

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