Html Css Color HEX #BF3AFF Medium Orchid

📋 copy color: '#BF3AFF'

red 191 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #BF3AFF

Tints of Medium Orchid #BF3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.51%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 37.9%
G = 11.51%
B = 50.6%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF3AFF (or 0xBF3AFF) is known color: Medium Orchid. HEX triplet: BF, 3A and FF. RGB value is (191,58,255). Sum of RGB (Red+Green+Blue) = 191+58+255=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3AFF is #40C500. Grayscale: #777777. Windows color (decimal): -4244737 or 16726719. OLE color: 16726719.

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

Color convert

RGB 191 58 255 -
CMYK 0.25 0.77 0 0
HSL 280.51º 1% 0.61% -
HSV(B) 280.51º 0.77% 1% -
XYZ 41.05 21.32 96.56 -
YUV 120.23 204.06 178.48 -
System Red Green Blue C M Y K H S L
Decimal 191 58 255 0.25 0.77 0 0 280.51 1 0.61
Hex BF 3A FF 19 4D 0 0 119 64 3D
Octal 277 72 377 31 115 0 0 431 144 75
Binary 10111111 111010 11111111 11001 1001101 0 0 100011001 1100100 111101

Color Harmonies of #BF3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3AFF

Black with #BF3AFF

Text Example


Text Example

White with #BF3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3AFF; }

 p { color: rgb(191,58,255); }

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

background-color css

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

 a { background-color: rgb(191,58,255); }

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

border-color css

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

 span { border-color: rgb(191,58,255); }

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