Html Css Color HEX #BF43FE Medium Orchid

📋 copy color: '#BF43FE'

red 191 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #BF43FE

Tints of Medium Orchid #BF43FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.09%

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

R = 37.3%
G = 13.09%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF43FE (or 0xBF43FE) is known color: Medium Orchid. HEX triplet: BF, 43 and FE. RGB value is (191,67,254). Sum of RGB (Red+Green+Blue) = 191+67+254=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43FE is #40BC01. Grayscale: #7C7C7C. Windows color (decimal): -4242434 or 16663487. OLE color: 16663487.

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

Color convert

RGB 191 67 254 -
CMYK 0.25 0.74 0 0.00
HSL 279.79º 0.99% 0.63% -
HSV(B) 279.79º 0.74% 1% -
XYZ 41.38 22.25 95.88 -
YUV 125.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 191 67 254 0.25 0.74 0 0.00 279.79 0.99 0.63
Hex BF 43 FE 19 4A 0 0 118 63 3F
Octal 277 103 376 31 112 0 0 430 143 77
Binary 10111111 1000011 11111110 11001 1001010 0 0 100011000 1100011 111111

Color Harmonies of #BF43FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43FE

Black with #BF43FE

Text Example


Text Example

White with #BF43FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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