Html Css Color HEX #BF3BFE Medium Orchid

📋 copy color: '#BF3BFE'

red 191 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #BF3BFE

Tints of Medium Orchid #BF3BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 37.9%
G = 11.71%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF3BFE (or 0xBF3BFE) is known color: Medium Orchid. HEX triplet: BF, 3B and FE. RGB value is (191,59,254). Sum of RGB (Red+Green+Blue) = 191+59+254=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BFE is #40C401. Grayscale: #787878. Windows color (decimal): -4244482 or 16661439. OLE color: 16661439.

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

Color convert

RGB 191 59 254 -
CMYK 0.25 0.77 0 0.00
HSL 280.62º 0.99% 0.61% -
HSV(B) 280.62º 0.77% 1% -
XYZ 40.94 21.36 95.73 -
YUV 120.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 191 59 254 0.25 0.77 0 0.00 280.62 0.99 0.61
Hex BF 3B FE 19 4D 0 0 119 63 3D
Octal 277 73 376 31 115 0 0 431 143 75
Binary 10111111 111011 11111110 11001 1001101 0 0 100011001 1100011 111101

Color Harmonies of #BF3BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3BFE

Black with #BF3BFE

Text Example


Text Example

White with #BF3BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3BFE; }

 p { color: rgb(191,59,254); }

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

background-color css

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

 a { background-color: rgb(191,59,254); }

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

border-color css

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

 span { border-color: rgb(191,59,254); }

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