Html Css Color HEX #BF3FD4 Medium Orchid

📋 copy color: '#BF3FD4'

red 191 ◦ green 63 ◦ blue 212

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

Shades of Medium Orchid #BF3FD4

Tints of Medium Orchid #BF3FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.49%

R = 40.99%
G = 13.52%
B = 45.49%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF3FD4 (or 0xBF3FD4) is known color: Medium Orchid. HEX triplet: BF, 3F and D4. RGB value is (191,63,212). Sum of RGB (Red+Green+Blue) = 191+63+212=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF3FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FD4 is #40C02B. Grayscale: #757575. Windows color (decimal): -4243500 or 13909951. OLE color: 13909951.

HSL color Cylindrical-coordinate representation of color #BF3FD4: hue angle of 291.54º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3FD4 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 63 212 -
CMYK 0.10 0.70 0 0.17
HSL 291.54º 0.63% 0.54% -
HSV(B) 291.54º 0.7% 0.83% -
XYZ 35.15 19.38 64.18 -
YUV 118.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 191 63 212 0.10 0.70 0 0.17 291.54 0.63 0.54
Hex BF 3F D4 A 46 0 11 124 3F 36
Octal 277 77 324 12 106 0 21 444 77 66
Binary 10111111 111111 11010100 1010 1000110 0 10001 100100100 111111 110110

Color Harmonies of #BF3FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FD4

Black with #BF3FD4

Text Example


Text Example

White with #BF3FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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