Html Css Color HEX #BF67DF Medium Orchid

📋 copy color: '#BF67DF'

red 191 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #BF67DF

Tints of Medium Orchid #BF67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.92%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 36.94%
G = 19.92%
B = 43.13%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF67DF (or 0xBF67DF) is known color: Medium Orchid. HEX triplet: BF, 67 and DF. RGB value is (191,103,223). Sum of RGB (Red+Green+Blue) = 191+103+223=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67DF is #409820. Grayscale: #8E8E8E. Windows color (decimal): -4233249 or 14641087. OLE color: 14641087.

HSL color Cylindrical-coordinate representation of color #BF67DF: hue angle of 284º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF67DF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 103 223 -
CMYK 0.14 0.54 0 0.13
HSL 284º 0.65% 0.64% -
HSV(B) 284º 0.54% 0.87% -
XYZ 39.66 26.1 72.76 -
YUV 142.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 191 103 223 0.14 0.54 0 0.13 284 0.65 0.64
Hex BF 67 DF E 36 0 D 11C 41 40
Octal 277 147 337 16 66 0 15 434 101 100
Binary 10111111 1100111 11011111 1110 110110 0 1101 100011100 1000001 1000000

Color Harmonies of #BF67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67DF

Black with #BF67DF

Text Example


Text Example

White with #BF67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67DF; }

 p { color: rgb(191,103,223); }

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

background-color css

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

 a { background-color: rgb(191,103,223); }

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

border-color css

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

 span { border-color: rgb(191,103,223); }

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