Html Css Color HEX #BF48FE Medium Orchid

📋 copy color: '#BF48FE'

red 191 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #BF48FE

Tints of Medium Orchid #BF48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.93%

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

R = 36.94%
G = 13.93%
B = 49.13%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF48FE (or 0xBF48FE) is known color: Medium Orchid. HEX triplet: BF, 48 and FE. RGB value is (191,72,254). Sum of RGB (Red+Green+Blue) = 191+72+254=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF48FE is #40B701. Grayscale: #7F7F7F. Windows color (decimal): -4241154 or 16664767. OLE color: 16664767.

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

Color convert

RGB 191 72 254 -
CMYK 0.25 0.72 0 0.00
HSL 279.23º 0.99% 0.64% -
HSV(B) 279.23º 0.72% 1% -
XYZ 41.69 22.87 95.98 -
YUV 128.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 191 72 254 0.25 0.72 0 0.00 279.23 0.99 0.64
Hex BF 48 FE 19 48 0 0 117 63 40
Octal 277 110 376 31 110 0 0 427 143 100
Binary 10111111 1001000 11111110 11001 1001000 0 0 100010111 1100011 1000000

Color Harmonies of #BF48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48FE

Black with #BF48FE

Text Example


Text Example

White with #BF48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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