Html Css Color HEX #BF43F0 Medium Orchid

📋 copy color: '#BF43F0'

red 191 ◦ green 67 ◦ blue 240

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

Shades of Medium Orchid #BF43F0

Tints of Medium Orchid #BF43F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 38.35%
G = 13.45%
B = 48.19%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF43F0 (or 0xBF43F0) is known color: Medium Orchid. HEX triplet: BF, 43 and F0. RGB value is (191,67,240). Sum of RGB (Red+Green+Blue) = 191+67+240=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF43F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43F0 is #40BC0F. Grayscale: #7B7B7B. Windows color (decimal): -4242448 or 15745983. OLE color: 15745983.

HSL color Cylindrical-coordinate representation of color #BF43F0: hue angle of 283.01º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF43F0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 67 240 -
CMYK 0.20 0.72 0 0.06
HSL 283.01º 0.85% 0.6% -
HSV(B) 283.01º 0.72% 0.94% -
XYZ 39.22 21.38 84.5 -
YUV 123.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 191 67 240 0.20 0.72 0 0.06 283.01 0.85 0.6
Hex BF 43 F0 14 48 0 6 11B 55 3C
Octal 277 103 360 24 110 0 6 433 125 74
Binary 10111111 1000011 11110000 10100 1001000 0 110 100011011 1010101 111100

Color Harmonies of #BF43F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43F0

Black with #BF43F0

Text Example


Text Example

White with #BF43F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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