Html Css Color HEX #BF55F1 Medium Orchid

📋 copy color: '#BF55F1'

red 191 ◦ green 85 ◦ blue 241

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

Shades of Medium Orchid #BF55F1

Tints of Medium Orchid #BF55F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.44%

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 36.94%
G = 16.44%
B = 46.62%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF55F1 (or 0xBF55F1) is known color: Medium Orchid. HEX triplet: BF, 55 and F1. RGB value is (191,85,241). Sum of RGB (Red+Green+Blue) = 191+85+241=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55F1 is #40AA0E. Grayscale: #858585. Windows color (decimal): -4237839 or 15816127. OLE color: 15816127.

HSL color Cylindrical-coordinate representation of color #BF55F1: hue angle of 280.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF55F1 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 85 241 -
CMYK 0.21 0.65 0 0.05
HSL 280.77º 0.85% 0.64% -
HSV(B) 280.77º 0.65% 0.95% -
XYZ 40.61 23.92 85.7 -
YUV 134.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 191 85 241 0.21 0.65 0 0.05 280.77 0.85 0.64
Hex BF 55 F1 15 41 0 5 119 55 40
Octal 277 125 361 25 101 0 5 431 125 100
Binary 10111111 1010101 11110001 10101 1000001 0 101 100011001 1010101 1000000

Color Harmonies of #BF55F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55F1

Black with #BF55F1

Text Example


Text Example

White with #BF55F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55F1; }

 p { color: rgb(191,85,241); }

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

background-color css

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

 a { background-color: rgb(191,85,241); }

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

border-color css

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

 span { border-color: rgb(191,85,241); }

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