Html Css Color HEX #BF4BFE Medium Orchid

📋 copy color: '#BF4BFE'

red 191 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #BF4BFE

Tints of Medium Orchid #BF4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 36.73%
G = 14.42%
B = 48.85%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF4BFE (or 0xBF4BFE) is known color: Medium Orchid. HEX triplet: BF, 4B and FE. RGB value is (191,75,254). Sum of RGB (Red+Green+Blue) = 191+75+254=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BFE is #40B401. Grayscale: #818181. Windows color (decimal): -4240386 or 16665535. OLE color: 16665535.

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

Color convert

RGB 191 75 254 -
CMYK 0.25 0.70 0 0.00
HSL 278.88º 0.99% 0.65% -
HSV(B) 278.88º 0.7% 1% -
XYZ 41.89 23.26 96.05 -
YUV 130.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 191 75 254 0.25 0.70 0 0.00 278.88 0.99 0.65
Hex BF 4B FE 19 46 0 0 117 63 41
Octal 277 113 376 31 106 0 0 427 143 101
Binary 10111111 1001011 11111110 11001 1000110 0 0 100010111 1100011 1000001

Color Harmonies of #BF4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BFE

Black with #BF4BFE

Text Example


Text Example

White with #BF4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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