Html Css Color HEX #BF3FDA Medium Orchid

📋 copy color: '#BF3FDA'

red 191 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #BF3FDA

Tints of Medium Orchid #BF3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 40.47%
G = 13.35%
B = 46.19%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF3FDA (or 0xBF3FDA) is known color: Medium Orchid. HEX triplet: BF, 3F and DA. RGB value is (191,63,218). Sum of RGB (Red+Green+Blue) = 191+63+218=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDA is #40C025. Grayscale: #767676. Windows color (decimal): -4243494 or 14303167. OLE color: 14303167.

HSL color Cylindrical-coordinate representation of color #BF3FDA: hue angle of 289.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3FDA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 63 218 -
CMYK 0.12 0.71 0 0.15
HSL 289.55º 0.68% 0.55% -
HSV(B) 289.55º 0.71% 0.85% -
XYZ 35.92 19.69 68.24 -
YUV 118.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 191 63 218 0.12 0.71 0 0.15 289.55 0.68 0.55
Hex BF 3F DA C 47 0 F 122 44 37
Octal 277 77 332 14 107 0 17 442 104 67
Binary 10111111 111111 11011010 1100 1000111 0 1111 100100010 1000100 110111

Color Harmonies of #BF3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FDA

Black with #BF3FDA

Text Example


Text Example

White with #BF3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FDA; }

 p { color: rgb(191,63,218); }

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

background-color css

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

 a { background-color: rgb(191,63,218); }

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

border-color css

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

 span { border-color: rgb(191,63,218); }

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