Html Css Color HEX #BF6FD4 Medium Orchid

📋 copy color: '#BF6FD4'

red 191 ◦ green 111 ◦ blue 212

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

Shades of Medium Orchid #BF6FD4

Tints of Medium Orchid #BF6FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

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

R = 37.16%
G = 21.6%
B = 41.25%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF6FD4 (or 0xBF6FD4) is known color: Medium Orchid. HEX triplet: BF, 6F and D4. RGB value is (191,111,212). Sum of RGB (Red+Green+Blue) = 191+111+212=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FD4 is #40902B. Grayscale: #929292. Windows color (decimal): -4231212 or 13922239. OLE color: 13922239.

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

Color convert

RGB 191 111 212 -
CMYK 0.10 0.48 0 0.17
HSL 287.52º 0.54% 0.63% -
HSV(B) 287.52º 0.48% 0.83% -
XYZ 39.05 27.2 65.48 -
YUV 146.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 191 111 212 0.10 0.48 0 0.17 287.52 0.54 0.63
Hex BF 6F D4 A 30 0 11 120 36 3F
Octal 277 157 324 12 60 0 21 440 66 77
Binary 10111111 1101111 11010100 1010 110000 0 10001 100100000 110110 111111

Color Harmonies of #BF6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FD4

Black with #BF6FD4

Text Example


Text Example

White with #BF6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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