Html Css Color HEX #BF55FA Medium Orchid

📋 copy color: '#BF55FA'

red 191 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #BF55FA

Tints of Medium Orchid #BF55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 36.31%
G = 16.16%
B = 47.53%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF55FA (or 0xBF55FA) is known color: Medium Orchid. HEX triplet: BF, 55 and FA. RGB value is (191,85,250). Sum of RGB (Red+Green+Blue) = 191+85+250=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55FA is #40AA05. Grayscale: #868686. Windows color (decimal): -4237830 or 16405951. OLE color: 16405951.

HSL color Cylindrical-coordinate representation of color #BF55FA: hue angle of 278.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF55FA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 85 250 -
CMYK 0.24 0.66 0 0.02
HSL 278.55º 0.94% 0.66% -
HSV(B) 278.55º 0.66% 0.98% -
XYZ 41.99 24.48 92.95 -
YUV 135.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 191 85 250 0.24 0.66 0 0.02 278.55 0.94 0.66
Hex BF 55 FA 18 42 0 2 117 5E 42
Octal 277 125 372 30 102 0 2 427 136 102
Binary 10111111 1010101 11111010 11000 1000010 0 10 100010111 1011110 1000010

Color Harmonies of #BF55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55FA

Black with #BF55FA

Text Example


Text Example

White with #BF55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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